how to update package.json after npm installl in a package -


i'm writing npm package, i'd package update package.json file in installed folder, say:

npm install mypackage

this installs mypackage, , read package.json in folder npm install run, , write entries, possible?

thanks,

npm -g npm-check-updates npm-check-updates -u npm install 

or specific package, may change dependency version ,

 npm update --save 

Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -