package.jsonのパッケージを最新のバージョンにアップデートしたい。
そういう時、npm-check-updates
を使うと便利。
$ npm install -g npm-check-updates
$ ncu -u
$ npm install
参考
How do I update each dependency in package.json to the latest version?
Go to list of users who liked
More than 5 years have passed since last update.
package.jsonのパッケージを最新のバージョンにアップデートしたい。
そういう時、npm-check-updates
を使うと便利。
$ npm install -g npm-check-updates
$ ncu -u
$ npm install
How do I update each dependency in package.json to the latest version?
Register as a new user and use Qiita more conveniently
Go to list of users who liked