Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
npm init を使用して package.json を作成しました。ある段階の後、必要に応じてさらにいくつかのモジュールをインストールしました.package.jsonの依存関係を手動で更新するのではなく、自動的に更新する方法はありますか??
で設定されたすべてのパッケージをダウンロードするにはpackage.json、次を使用します。
package.json
npm update --save
ドキュメント: https://docs.npmjs.com/cli/update