1

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

stranger
  • 11
  • 1
  • You are installing mongodb driver. If you are trying to install dependencies then the command is `npm install` – Manoj Bhat Feb 08 '23 at 16:08

1 Answers1

0

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

npm install mongodb -force