Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Update npm Packages To Their Latest Version

The yolo way to do it is :

bash
npx npm-check-updates -u
npm i

the [TODO: Code shorthand span ] updates the [TODO: Code shorthand span ] file with all the latest versions (including major version changes)

then, running [TODO: Code shorthand span ] does the install of all those latest modules from the [TODO: Code shorthand span ] file

If you just want to do a single package, do :

npm install PACKAGE_NAME@latest