Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

command failed after npm run make #138

Open
sabetAI opened this issue Nov 16, 2020 · 0 comments
Open

command failed after npm run make #138

sabetAI opened this issue Nov 16, 2020 · 0 comments

Comments

@sabetAI
Copy link

sabetAI commented Nov 16, 2020

I get the error on line 32 of log after calling npm install & npm run make

0 verbose cli [
0 verbose cli   'C:\\Program Files\\nodejs\\node.exe',
0 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli   'run',
0 verbose cli   'app'
0 verbose cli ]
1 info using npm@7.0.8
2 info using node@v15.2.1
3 timing config:load:defaults Completed in 1ms
4 timing config:load:file:C:\Program Files\nodejs\node_modules\npm\npmrc Completed in 1ms
5 timing config:load:builtin Completed in 1ms
6 timing config:load:cli Completed in 0ms
7 timing config:load:env Completed in 1ms
8 timing config:load:file:C:\Users\alisa\Code\devdocs-desktop\.npmrc Completed in 0ms
9 timing config:load:project Completed in 1ms
10 timing config:load:file:C:\Users\alisa\.npmrc Completed in 0ms
11 timing config:load:user Completed in 0ms
12 timing config:load:file:C:\Users\alisa\AppData\Roaming\npm\etc\npmrc Completed in 0ms
13 timing config:load:global Completed in 0ms
14 timing config:load:cafile Completed in 1ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:setUserAgent Completed in 0ms
17 timing config:load:setEnvs Completed in 1ms
18 timing config:load Completed in 7ms
19 verbose npm-session a6c5cc88e7088702
20 timing npm:load Completed in 13ms
21 timing command:run-script Completed in 15ms
22 verbose stack Error: command failed
22 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\promise-spawn\index.js:64:27)
22 verbose stack     at ChildProcess.emit (node:events:329:20)
22 verbose stack     at maybeClose (node:internal/child_process:1055:16)
22 verbose stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:288:5)
23 verbose pkgid devdocs-desktop@0.0.0-this-does-not-matter
24 verbose cwd C:\Users\alisa\Code\devdocs-desktop
25 verbose Windows_NT 10.0.19042
26 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "app"
27 verbose node v15.2.1
28 verbose npm  v7.0.8
29 error code 1
30 error path C:\Users\alisa\Code\devdocs-desktop
31 error command failed
32 error command C:\WINDOWS\system32\cmd.exe /d /s /c "DEBUG=devdocs-desktop:* electron app/index.js"
33 verbose exit 1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant