npm

JavaScript と Node.js のパッケージマネージャ。 Node.js プロジェクトとそのモジュールの依存関係を管理します。 もっと詳しく: https://www.npmjs.com

npm init {{-y|--yes}}

npm install

npm install {{パッケージ名}}@{{バージョン}}

npm install {{パッケージ名}} {{-D|--save-dev}}

npm install {{-g|--global}} {{パッケージ名}}

npm uninstall {{パッケージ名}}

npm list

npm list {{-g|--global}} --depth {{0}}