npm のはじめかた
公式 : npm
1. インストール
Node.js をインストールすると、一緒に npm もインストールされます。
2. 最新化
bash
npm i -g npm
npm は更新が頻繁なので、定期的な最新化が必要です。
Go to list of users who liked
More than 5 years have passed since last update.
公式 : npm
Node.js をインストールすると、一緒に npm もインストールされます。
npm i -g npm
npm は更新が頻繁なので、定期的な最新化が必要です。
Register as a new user and use Qiita more conveniently
Go to list of users who liked