2025-03-14 21:59:59 -06:00
|
|
|
# npm update
|
|
|
|
|
|
|
|
|
|
> Update packages in the current project.
|
|
|
|
|
> More information: <https://docs.npmjs.com/cli/commands/npm-update>.
|
|
|
|
|
|
|
|
|
|
- Update all packages in the current project:
|
|
|
|
|
|
|
|
|
|
`npm update`
|
|
|
|
|
|
|
|
|
|
- Update a specific package in the current project:
|
|
|
|
|
|
|
|
|
|
`npm update {{package}}`
|
|
|
|
|
|
|
|
|
|
- Update a package globally:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`npm update {{[-g|--global]}} {{package}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Update multiple packages at once:
|
|
|
|
|
|
|
|
|
|
`npm update {{package1 package2 ...}}`
|