回答編集履歴

2

npm install -g npm

2018/04/30 08:49

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- `npm`のバージョンが古い場合は、`npm update -g npm`で`npm`自体のアップデートが可能です。
23
+ `npm`のバージョンが古い場合は、`npm install -g npm`で`npm`自体のアップデートが可能です。
24
24
 
25
25
 
26
26
 

1

npm update -g npm

2018/04/30 08:49

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- `npm`のバージョンが古い場合は、`npm install -g npm`で`npm`自体のアップデートが可能です。
23
+ `npm`のバージョンが古い場合は、`npm update -g npm`で`npm`自体のアップデートが可能です。
24
24
 
25
25
 
26
26