< Back

Update all the Node.js dependencies to their latest version


  1. Install npm-check-updates
Copy ✂️
npm install -g npm-check-updates
  1. Update all packages with:
Copy ✂️
ncu -u
  1. Check your package.json file, and then run npm install
🚀 Enjoy!