You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can't compile it.
I get this:
`npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm ERR! code 1
npm ERR! Command failed: git checkout v10.0.0
npm ERR! error: pathspec 'v10.0.0' did not match any file(s) known to git
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nodeproxy/.npm/_logs/2021-09-19T11_42_26_091Z-debug.log`
After that, I've removed #10.0.0 and #25.0.0 in packages.json and It continued and stuck again on this:
gyp ERR! configure error gyp ERR! stack Error: gypfailed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/home/nodeproxy/.nvm/versions/node/v14.17.3/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (events.js:375:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.4.0-84-generic gyp ERR! command "/home/nodeproxy/.nvm/versions/node/v14.17.3/bin/node" "/home/nodeproxy/.nvm/versions/node/v14.17.3/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/nodeproxy/xmr-node-proxy/node_modules/cryptonight-hashing gyp ERR! node -v v14.17.3 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install:node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nodeproxy/.npm/_logs/2021-09-19T12_13_04_236Z-debug.log`
One more thing, does your project supports Keva Coin (xmrig proxy supports it), if not can you add support? Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I can't compile it.
I get this:
`npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm ERR! code 1
npm ERR! Command failed: git checkout v10.0.0
npm ERR! error: pathspec 'v10.0.0' did not match any file(s) known to git
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nodeproxy/.npm/_logs/2021-09-19T11_42_26_091Z-debug.log`
After that, I've removed #10.0.0 and #25.0.0 in packages.json and It continued and stuck again on this:
gyp ERR! configure error gyp ERR! stack Error:
gypfailed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/home/nodeproxy/.nvm/versions/node/v14.17.3/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (events.js:375:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.4.0-84-generic gyp ERR! command "/home/nodeproxy/.nvm/versions/node/v14.17.3/bin/node" "/home/nodeproxy/.nvm/versions/node/v14.17.3/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/nodeproxy/xmr-node-proxy/node_modules/cryptonight-hashing gyp ERR! node -v v14.17.3 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install:
node-gyp rebuild`npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nodeproxy/.npm/_logs/2021-09-19T12_13_04_236Z-debug.log`
One more thing, does your project supports Keva Coin (xmrig proxy supports it), if not can you add support? Thank you.
The text was updated successfully, but these errors were encountered: