npm install does not create node_modules folder and not downloading any dependencies
I started with a fresh npm project and added my dependencies from my previous project, When i do npm install nothing happening, Its not downloading dependencies its not even creating node_modules folder
1 Answer
7 years ago by Divya
Run npm update
first it will update the versions to latest then run npm install
7 years ago by Karthik Divi