asp.net - Multiple Projects Visual Studio 2015 npm -


i have 1 solution 3 web projects, 2 of use package.json (names: 'site' , 'satellitesite'). these asp.net 4 projects retrofitting npm/gulp/bower into, works fine 1 project why i'm confused issue.

when save package.json in either of 2 projects, package manager log goes off , runs npm install. that's great, 1 exception.

what running, despite picking changes in both package.json files 'site' package.json. upon restarting visual studio, it's picking 'satellitesite' , running package.json, great have dependencies gulp, rubbish if ever needed update.

unloading satellitesite project doesn't work when saving within site, still loads satellitesite package.json. it's "registers" first package.json sees (ie. satellitesite loads before site after restart loaded first) , ignores others, whilst still tracking changes.

i'm assuming bug in visual studio - perhaps i'm doing wrong , wondering if else has encountered / has workarounds?

edit: bit more info, renamed package.json in satellitesite different name, , saved site's package.json. throws error, shows vs setting working directory npm based on first package.json comes across, regardless of project.

npm err! command "c:\\program files (x86)\\microsoft visual studio 14.0\\common7\\ide\\extensions\\microsoft\\web tools\\external\\\\node\\node" "c:\\program files (x86)\\microsoft visual studio 14.0\\common7\\ide\\extensions\\microsoft\\web tools\\external\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" npm err! cwd c:\development\source\cedita.site\cedita.satellitesite npm err! node -v v0.10.31 npm err! npm -v 1.4.9 npm err! path c:\development\source\cedita.site\cedita.satellitesite\package.json npm err! code enopackagejson 

i'm pleased confirm issue resolved in visual studio 2015 rtm.

====executing command 'npm install'====  npm warn package.json satellitesite@0.0.0 no description  ====npm command completed exit code 0====   ====executing command 'npm install'====  npm warn package.json site@0.0.0 no description  ====npm command completed exit code 0==== 

Comments