}

How to update package.json libraries to the latest version>

Created:

Update package.json version

Installing npm-check-updates will provide you with the command ncu that will update your package.json with the latest library version automatically.

Install the command with:

sudo npm i =g npm-check-updates eval(ez_write_tag([[250,250],'tutorials_technology-medrectangle-3','ezslot_0',114,'0','0'])); Then execute the next command:

ncu -u