💾 Archived View for jan.bio › javascript › upgrading-installed-npm-packages.gmi captured on 2024-05-10 at 10:41:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

Upgrading installed npm packages

There is an npm package to upgrade npm packages!

npm install -g npm-check-updates

Now you can run

ncu

to check for available updates and

ncu -u

to update your package.json. Remember to run `npm install` afterwards.

To update your globally installed packages, use

ncu -g