I have Angula2 -cli
project and set it like the site cli.angular.io guide.
To start with new project I need to run cmd: ng new my-project-name
and the project folder is created with some files and also node_module
folder.
How can I avoid the node_module
folder creation every time I create a new project ?
Can I just reference to the node.js module that is located in my PC?