LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

npm-update

updates packages to latest versions within semver range specified in package

TLDR

Update all packages
$ npm update
copy
Update specific package
$ npm update [package-name]
copy
Update global packages
$ npm update -g
copy
Update to latest (beyond semver)
$ npm update [package] --latest
copy
Dry run update
$ npm update --dry-run
copy

SYNOPSIS

npm update [packages...] [options]

DESCRIPTION

npm update updates packages to latest versions within semver range specified in package.json. Updates package-lock.json. Use npm outdated first to see available updates.

PARAMETERS

-g, --global

Update global packages.
--save
Update package.json.
--dry-run
Preview updates.

INSTALL

sudo pacman -S npm
copy
sudo apk add npm
copy
brew install npm
copy

SEE ALSO

npm(1), npm-outdated(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid