If you've ever installed npm packages and you got same version (not upgrade packages). So not worry just three lines of code will help to update.
This npm-check-updates is a utility that automatically adjusts a package.json with the latest version of all dependencies.
$ npm i -g npm-check-updates
$ ncu -u
$ npm install
1. $ npm i -g npm-check-updates
Thank you for reading.
Top comments (0)