< Back
Update all the Node.js dependencies to their latest version
- Install
npm-check-updates
Copy ✂️npm install -g npm-check-updates
- Update all packages with:
Copy ✂️ncu -u
- Check your package.json file, and then run
npm install
🚀 Enjoy!