質問編集履歴
1
エラーログ追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
[環境]
|
6
|
+
|
7
|
+
PC MacOS
|
8
|
+
|
9
|
+
仮想環境
|
10
|
+
|
11
|
+
VirtualBox
|
6
12
|
|
7
13
|
CentOS 7
|
8
14
|
|
@@ -50,6 +56,36 @@
|
|
50
56
|
|
51
57
|
|
52
58
|
|
59
|
+
追記エラーログ
|
60
|
+
|
61
|
+
```
|
62
|
+
|
63
|
+
[root@localhost _logs]# tail 2020-10-15T01_35_58_692Z-debug.log
|
64
|
+
|
65
|
+
19427 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
|
66
|
+
|
67
|
+
19428 verbose node v12.19.0
|
68
|
+
|
69
|
+
19429 verbose npm v6.14.8
|
70
|
+
|
71
|
+
19430 error code ENOENT
|
72
|
+
|
73
|
+
19431 error syscall open
|
74
|
+
|
75
|
+
19432 error path /usr/share/nginx/html/memAdmin/node_modules/yargs/node_modules/color-convert/package.json.3808272053
|
76
|
+
|
77
|
+
19433 error errno -2
|
78
|
+
|
79
|
+
19434 error enoent ENOENT: no such file or directory, open '/usr/share/nginx/html/memAdmin/node_modules/yargs/node_modules/color-convert/package.json.3808272053'
|
80
|
+
|
81
|
+
19435 error enoent This is related to npm not being able to find a file.
|
82
|
+
|
83
|
+
19436 verbose exit [ -2, true ]
|
84
|
+
|
85
|
+
```
|
86
|
+
|
87
|
+
|
88
|
+
|
53
89
|
[試したこと]
|
54
90
|
|
55
91
|
・Node.jsをアンインストールし、再インストール
|