Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 0 info it worked if it ends with ok
- 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
- 2 info using npm@6.14.12
- 3 info using node@v14.16.1
- 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
- 5 info lifecycle ProjectName@1.0.0~prestart: ProjectName@1.0.0
- 6 info lifecycle ProjectName@1.0.0~start: ProjectName@1.0.0
- 7 verbose lifecycle ProjectName@1.0.0~start: unsafe-perm in lifecycle true
- 8 verbose lifecycle ProjectName@1.0.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/workspaces/ProjectName/node_modules/.bin:/vscode/vscode-server/bin/x64/3c4e3df9e89829dce27b7b5c24508306b151f30d/bin:/usr/local/share/npm-global/bin:/usr/local/share/nvm/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/node/.local/bin
- 9 verbose lifecycle ProjectName@1.0.0~start: CWD: /workspaces/ProjectName
- 10 silly lifecycle ProjectName@1.0.0~start: Args: [ '-c', 'electron .' ]
- 11 silly lifecycle ProjectName@1.0.0~start: Returned: code: 1 signal: null
- 12 info lifecycle ProjectName@1.0.0~start: Failed to exec start script
- 13 verbose stack Error: ProjectName@1.0.0 start: `electron .`
- 13 verbose stack Exit status 1
- 13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
- 13 verbose stack at EventEmitter.emit (events.js:315:20)
- 13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
- 13 verbose stack at ChildProcess.emit (events.js:315:20)
- 13 verbose stack at maybeClose (internal/child_process.js:1048:16)
- 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
- 14 verbose pkgid ProjectName@1.0.0
- 15 verbose cwd /workspaces/ProjectName
- 16 verbose Linux 4.19.0-16-amd64
- 17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
- 18 verbose node v14.16.1
- 19 verbose npm v6.14.12
- 20 error code ELIFECYCLE
- 21 error errno 1
- 22 error ProjectName@1.0.0 start: `electron .`
- 22 error Exit status 1
- 23 error Failed at the ProjectName@1.0.0 start script.
- 23 error This is probably not a problem with npm. There is likely additional logging output above.
- 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement