Yinyang Blog

Home Archives About Terms of service
2021-02-26
npm

npm - パッケージアップデート

npm - パッケージアップデート

アップデート可能なパッケージ確認

1
npm outdated

更新

1
2
3
4
5
# 一括
npm update

#指定
npm update xxxxx

メジャーバージョン

1
2
3
4
5
6
npm install -g npm-check-updates
# 確認
ncu
# 更新
ncu -u
npm update
1
ncu
共有
  • npm
次の記事
AWS - 全リージョンのデフォルトVPC削除
前の記事
AWS - 多要素認証 (MFA) 必須化ポリシー

カテゴリ

  • Cloud
    • AWS
    • Azure
    • GCP
  • Docker
  • Git
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • PCパーツ
    • CPU
      • Intel
    • GPU
      • AMD
        • Radeon RX 6XXX
      • NVIDIA
        • GeForce RTX 30XX
        • GeForce RTX 40XX
        • Tesla
  • Programming
    • Python
      • PyTorch
  • WSL
    • Ubuntu
  • Windows
    • Windows11
  • npm
  • 深層学習

タグ

  • AMD
  • AWS
  • Azure
  • CPU
  • Caffe
  • CentOS
  • Docker
  • GCP
  • GPU
  • GeForce
  • Git
  • Intel
  • Linux
  • NVIDIA
  • PyTorch
  • Python
  • RHEL
  • Radeon
  • Rumor
  • Tesla
  • Torchvision
  • Ubuntu
  • WSL
  • Windows
  • Windows11
  • npm
  • サーバー構築
  • 深層学習
© 2023 yinyang
Powered by Hexo
Home Archives About Terms of service