Paste #226923

   
pasted on 13.10.2021 15:08
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
2 info using npm@6.14.15
3 info using node@v14.17.6
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle webport@0.0.1876~prestart: webport@0.0.1876
6 info lifecycle webport@0.0.1876~start: webport@0.0.1876
7 verbose lifecycle webport@0.0.1876~start: unsafe-perm in lifecycle true
8 verbose lifecycle webport@0.0.1876~start: PATH: /usr/lib64/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/user/webport/webport-cleent/sources/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/12/bin
9 verbose lifecycle webport@0.0.1876~start: CWD: /home/user/webport/webport-cleent/sources
10 silly lifecycle webport@0.0.1876~start: Args: [ '-c', 'electron-forge start' ]
11 silly lifecycle webport@0.0.1876~start: Returned: code: 1  signal: null
12 info lifecycle webport@0.0.1876~start: Failed to exec start script
13 verbose stack Error: webport@0.0.1876 start: `electron-forge start`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (/usr/lib64/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack     at EventEmitter.emit (events.js:400:28)
13 verbose stack     at ChildProcess.<anonymous> (/usr/lib64/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:400:28)
13 verbose stack     at maybeClose (internal/child_process.js:1055:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
14 verbose pkgid webport@0.0.1876
15 verbose cwd /home/user/webport/webport-cleent/sources
16 verbose Linux 5.10.68-calculate
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
18 verbose node v14.17.6
19 verbose npm  v6.14.15
20 error code ELIFECYCLE
21 error errno 1
22 error webport@0.0.1876 start: `electron-forge start`
22 error Exit status 1
23 error Failed at the webport@0.0.1876 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Add Comment
Author