-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while trying to run deploy scriot with npm install of blake@4.1.1 #143
Comments
npm install || exit 1
Traceback (most recent call last): npm ERR! A complete log of this run can be found in: |
this is what the logfile says:
3456 verbose stack Error: blake2@4.1.1 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 blake2@4.1.1
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 blake2@4.1.1 install:
node-gyp rebuild
3465 error Exit status 1
3466 error Failed at the blake2@4.1.1 install script.
3466 error This is probably not a problem with npm. There is likely additional logging output above.
3467 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: