質問編集履歴
1
エラーメッセージとログファイルの中身を分けて記載しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,24 @@
|
|
42
42
|
|
43
43
|
```
|
44
44
|
|
45
|
+
npm ERR! <head>
|
46
|
+
|
47
|
+
npm ERR! ...'
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
npm ERR! A complete log of this run can be found in:
|
52
|
+
|
53
|
+
npm ERR! /home/user/.npm/_logs/-debug.log
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
```
|
58
|
+
|
59
|
+
ログファイルの中身は下記です。
|
60
|
+
|
61
|
+
```
|
62
|
+
|
45
63
|
0 info it worked if it ends with ok
|
46
64
|
|
47
65
|
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
|