Everytime I make a new angular 2 project it says "node_modules appears empty, you may need to run `npm install"
In your angular project, you have a file called package.json
. this file is responsible for holding track of your projects dependencies.
When you run npm install
, Node Package Manager, or npm for short, will download those dependencies and put them in node_modules
folder.
You need to run npm install to install the dependencies. May be refer to https://docs.npmjs.com/cli/install.
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