I'm trying to use angular2 with vs2017. I'd like to split my solution to several node.js projects but I don't want to install the angular modules for each project.
So I want to install it in a common directory which all the relevant projects refer to.
I tried to change the project's NPM properties - but they are readonly.
Can I somehow edit those properties?
Is there another way to have a common node_modules directory?
via Idov
No comments:
Post a Comment