#javascript
Read more stories on Hashnode
Articles with this tag
TLDR: How to upgrade npm packages? The simplest way is to install npm-check-updates, run npx ncu, followed by npx ncu -u to update the package.json...