質問編集履歴
2
編集しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,47 +7,3 @@
|
|
7
7
|
どなたか原因のわかる方、ご教授いただけないでしょうか。
|
8
8
|
|
9
9
|
どうぞよろしくお願い致します。
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node ./build.js
|
16
|
-
|
17
|
-
npm ERR! gyp info it worked if it ends with ok
|
18
|
-
|
19
|
-
npm ERR! gyp info using node-gyp@3.8.0
|
20
|
-
|
21
|
-
npm ERR! gyp info using node@16.5.0 | win32 | x64
|
22
|
-
|
23
|
-
npm ERR! gyp ERR! configure error
|
24
|
-
|
25
|
-
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
|
26
|
-
|
27
|
-
npm ERR! gyp ERR! stack at PythonFinder.failNoPython (C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\node-gyp\lib\configure.js:484:19)
|
28
|
-
|
29
|
-
npm ERR! gyp ERR! stack at PythonFinder.<anonymous> (C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\node-gyp\lib\configure.js:509:16)
|
30
|
-
|
31
|
-
npm ERR! gyp ERR! stack at callback (C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\graceful-fs\polyfills.js:299:20)
|
32
|
-
|
33
|
-
npm ERR! gyp ERR! stack at FSReqCallback.oncomplete (node:fs:195:21)
|
34
|
-
|
35
|
-
npm ERR! gyp ERR! System Windows_NT 10.0.19042
|
36
|
-
|
37
|
-
npm ERR! gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
|
38
|
-
|
39
|
-
npm ERR! gyp ERR! cwd C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\deasync
|
40
|
-
|
41
|
-
npm ERR! gyp ERR! node -v v16.5.0
|
42
|
-
|
43
|
-
npm ERR! gyp ERR! node-gyp -v v3.8.0
|
44
|
-
|
45
|
-
npm ERR! gyp ERR! not ok
|
46
|
-
|
47
|
-
npm ERR! Build failed
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
npm ERR! A complete log of this run can be found in:
|
52
|
-
|
53
|
-
npm ERR! C:\Users\u0uxp\AppData\Local\npm-cache\_logs\2021-07-19T08_04_31_529Z-debug.log
|
1
エラー詳細
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,14 +12,42 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
C:\
|
15
|
+
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node ./build.js
|
16
16
|
|
17
|
-
npm ERR!
|
17
|
+
npm ERR! gyp info it worked if it ends with ok
|
18
18
|
|
19
|
+
npm ERR! gyp info using node-gyp@3.8.0
|
20
|
+
|
19
|
-
npm ERR!
|
21
|
+
npm ERR! gyp info using node@16.5.0 | win32 | x64
|
22
|
+
|
23
|
+
npm ERR! gyp ERR! configure error
|
24
|
+
|
25
|
+
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
|
26
|
+
|
27
|
+
npm ERR! gyp ERR! stack at PythonFinder.failNoPython (C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\node-gyp\lib\configure.js:484:19)
|
28
|
+
|
29
|
+
npm ERR! gyp ERR! stack at PythonFinder.<anonymous> (C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\node-gyp\lib\configure.js:509:16)
|
30
|
+
|
31
|
+
npm ERR! gyp ERR! stack at callback (C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\graceful-fs\polyfills.js:299:20)
|
32
|
+
|
33
|
+
npm ERR! gyp ERR! stack at FSReqCallback.oncomplete (node:fs:195:21)
|
34
|
+
|
35
|
+
npm ERR! gyp ERR! System Windows_NT 10.0.19042
|
36
|
+
|
37
|
+
npm ERR! gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
|
38
|
+
|
39
|
+
npm ERR! gyp ERR! cwd C:\Users\u0uxp\OneDrive\デスクトップ\backoffice-app\node_modules\deasync
|
40
|
+
|
41
|
+
npm ERR! gyp ERR! node -v v16.5.0
|
42
|
+
|
43
|
+
npm ERR! gyp ERR! node-gyp -v v3.8.0
|
44
|
+
|
45
|
+
npm ERR! gyp ERR! not ok
|
46
|
+
|
47
|
+
npm ERR! Build failed
|
20
48
|
|
21
49
|
|
22
50
|
|
23
51
|
npm ERR! A complete log of this run can be found in:
|
24
52
|
|
25
|
-
npm ERR! C:\Users\AppData\Local\npm-cache\_logs\2021-07-19T0
|
53
|
+
npm ERR! C:\Users\u0uxp\AppData\Local\npm-cache\_logs\2021-07-19T08_04_31_529Z-debug.log
|