npm is not installing all files in node_modules folder in vs code

266 Views Asked by At

npm is not downloading all files in node_modules folder when i run npm install mongodb

code is not running and also not throw error and cursor stuck

1

There are 1 best solutions below

0
Nikhil Jivankar On

can you provide error message also or you should try this command npm install mongodb -f or

npm install mongodb -force