-
Couldn't load subscription status.
- Fork 71
error while trying to run deploy scriot with npm install of [email protected] #143
Description
this is what the logfile says:
3456 verbose stack Error: [email protected] install: node-gyp rebuild
3456 verbose stack Exit status 1
3456 verbose stack at EventEmitter. (/home/nodeproxy/.nvm/versions/node/v14.17.3/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
3456 verbose stack at EventEmitter.emit (events.js:375:28)
3456 verbose stack at ChildProcess. (/home/nodeproxy/.nvm/versions/node/v14.17.3/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
3456 verbose stack at ChildProcess.emit (events.js:375:28)
3456 verbose stack at maybeClose (internal/child_process.js:1055:16)
3456 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
3457 verbose pkgid [email protected]
3458 verbose cwd /home/nodeproxy/xmr-node-proxy
3459 verbose Linux 6.5.0-kali3-amd64
3460 verbose argv "/home/nodeproxy/.nvm/versions/node/v14.17.3/bin/node" "/home/nodeproxy/.nvm/versions/node/v14.17.3/bin/npm" "install"
3461 verbose node v14.17.3
3462 verbose npm v6.14.13
3463 error code ELIFECYCLE
3464 error errno 1
3465 error [email protected] install: node-gyp rebuild
3465 error Exit status 1
3466 error Failed at the [email protected] install script.
3466 error This is probably not a problem with npm. There is likely additional logging output above.
3467 verbose exit [ 1, true ]