質問編集履歴
1
Markdownの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
npmでパッケージのインストールができません。
|
6
6
|
|
7
|
-
`
|
7
|
+
`npm install -l express`を実行したところ、エラーが発生しました。
|
8
8
|
|
9
9
|
|
10
10
|
|
@@ -12,9 +12,9 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
npm ERR! code E418
|
15
|
+
`npm ERR! code E418`
|
16
16
|
|
17
|
-
npm ERR! 418 I'm a teapot: express@latest
|
17
|
+
`npm ERR! 418 I'm a teapot: express@latest`
|
18
18
|
|
19
19
|
|
20
20
|
|
@@ -36,12 +36,12 @@
|
|
36
36
|
|
37
37
|
Issueとして上がっていたようですが、Closeされています。
|
38
38
|
|
39
|
-
https://github.com/npm/npm/issues/20791
|
39
|
+
[https://github.com/npm/npm/issues/20791](https://github.com/npm/npm/issues/20791)
|
40
40
|
|
41
41
|
|
42
42
|
|
43
43
|
nvm等でnodeのバージョンを下げて実行するしかないのでしょうか・・?
|
44
44
|
|
45
|
-
普通にnpm installが実行できるようにしたいのですが、
|
45
|
+
普通に`npm install`が実行できるようにしたいのですが、
|
46
46
|
|
47
47
|
どなたか解決策をご存知ありませんでしょうか?
|