NPM Update - Upgrade Packages with NPM | Online Free DevTools by Hexmos
Upgrade NPM packages instantly with NPM Update. Manage dependencies, update global packages and resolve conflicts easily. Free online tool, no registration required.
npm-update
Update packages in the current project. More information: https://docs.npmjs.com/cli/npm-update.
- Update all packages in the current project:
npm {{[up|update]}}
- Update a specific package in the current project:
npm {{[up|update]}} {{package}}
- Update a package globally:
npm {{[up|update]}} {{[-g|--global]}} {{package}}
- Update multiple packages at once:
npm {{[up|update]}} {{package1 package2 ...}}
