Skip to content

Instantly share code, notes, and snippets.

@t-kuni
Last active November 13, 2022 07:11
Show Gist options
  • Save t-kuni/e59677cbe6b0ac0046a5615bbf4ec043 to your computer and use it in GitHub Desktop.
Save t-kuni/e59677cbe6b0ac0046a5615bbf4ec043 to your computer and use it in GitHub Desktop.
nodeのパッケージをまとめて更新する方法

nodeのパッケージをまとめて更新する方法

npm install -g npm-check-updates
npx npm-check-updates -u
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment