angularjs - Problems installing angular 2 packages using npm in VS2015 Update 2 -
i attempting use latest angular2 quickstart files new empty asp.net core 1.0 web application.
vs2015 update 2 - w/ core 1.0 rc2 installed
steps reproduce:
create new project using asp.net core web application (.net core) - empty template
add 4 angular quick-start files root directory, not hitting save on package.json until other 3 added , saved.
finally, hit save on package.json , npm start installing of packages. however, @ end see dependencies - not installed, npm - not installed. can't figure out causing this. has vs2015 / npm bug because if use vscode , npm command line installs package.json file.
this bug in web tools asp.net core rc2, discovered after rc2 shipped. it's "- not installed" ui showing incorrectly. packages installed.
i'm not sure causing yet, aware of issue , try fix in future release of web tools.
Comments
Post a Comment