showing results for - "mongodb install err npm"
Greta
09 Oct 2018
1// fist delete the node_modules folder.
2// then reinstall the mongodb package again.
3// to avoid loosing other pachages make sure you make a 
4// list of every other package you've installed and reinstall them too,
5// or run "npm install" this way you'll mostly going to download
6// every package you'll need (*it is better if you reinstall every package individualy).