node.js - saving the already installed package with NPM in windows -


i have installed "mongodb" package via npm in windows without --save option. can update package.json dependency list mongodb without reinstalling ?

is there workaround in windows same question available in link npm saving installed packages.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -