I created an empty core 1.0 web app and added a package.json file copying the angular2 quick start package.json lines from this url.
I keep getting the message Dependencies - not installed and npm - not installed.
Does anyone know why this is happening? Do I have to actually install node.js on my PC in order for Visual Studio to be able to use it? Bower works perfectly...
This issue is being tracked here: https://github.com/aspnet/Tooling/issues/479
Repointing Visual Studio to a different npm
path will likely not make a difference - Visual Studio still seems to interpret a dependency on a package not supported on Windows as a breaking issue.
This is an IDE issue only. You can still build and run without resolving this problem.
But if you prefer to get rid of the not installed
indicator, identify and remove the offending package then manually delete the node_modules
folder, and re-save package.json
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With