Created
August 29, 2019 22:44
-
-
Save sanket1729/e2c1f741fdc377b14833fe4e1bc774d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] install /usr/lib/node_modules/ganache-cli/node_modules/keccak | |
> npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used." | |
npm ERR! path /root/.npm/_logs | |
npm ERR! code EACCES | |
npm ERR! errno -13 | |
npm ERR! syscall scandir | |
npm ERR! Error: EACCES: permission denied, scandir '/root/.npm/_logs' | |
npm ERR! { Error: EACCES: permission denied, scandir '/root/.npm/_logs' | |
npm ERR! stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'', | |
npm ERR! errno: -13, | |
npm ERR! code: 'EACCES', | |
npm ERR! syscall: 'scandir', | |
npm ERR! path: '/root/.npm/_logs' } | |
npm ERR! | |
npm ERR! The operation was rejected by your operating system. | |
npm ERR! It is likely you do not have the permissions to access this file as the current user | |
npm ERR! | |
npm ERR! If you believe this might be a permissions issue, please double-check the | |
npm ERR! permissions of the file and its containing directories, or try running | |
npm ERR! the command again as root/Administrator (though this is not recommended). | |
glob error { Error: EACCES: permission denied, scandir '/root/.npm/_logs' | |
stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'', | |
errno: -13, | |
code: 'EACCES', | |
syscall: 'scandir', | |
path: '/root/.npm/_logs' } | |
> [email protected] rebuild /usr/lib/node_modules/ganache-cli/node_modules/keccak | |
> node-gyp rebuild | |
gyp ERR! clean error | |
gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' | |
gyp ERR! System Linux 4.15.0-58-generic | |
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /usr/lib/node_modules/ganache-cli/node_modules/keccak | |
gyp ERR! node -v v8.16.1 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] rebuild: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] rebuild script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
Keccak bindings compilation fail. Pure JS implementation will be used. | |
> [email protected] install /usr/lib/node_modules/ganache-cli/node_modules/secp256k1 | |
> npm run rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used." | |
npm ERR! path /root/.npm/_logs | |
npm ERR! code EACCES | |
npm ERR! errno -13 | |
npm ERR! syscall scandir | |
npm ERR! Error: EACCES: permission denied, scandir '/root/.npm/_logs' | |
npm ERR! { Error: EACCES: permission denied, scandir '/root/.npm/_logs' | |
npm ERR! stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'', | |
npm ERR! errno: -13, | |
npm ERR! code: 'EACCES', | |
npm ERR! syscall: 'scandir', | |
npm ERR! path: '/root/.npm/_logs' } | |
npm ERR! | |
npm ERR! The operation was rejected by your operating system. | |
npm ERR! It is likely you do not have the permissions to access this file as the current user | |
npm ERR! | |
npm ERR! If you believe this might be a permissions issue, please double-check the | |
npm ERR! permissions of the file and its containing directories, or try running | |
npm ERR! the command again as root/Administrator (though this is not recommended). | |
glob error { Error: EACCES: permission denied, scandir '/root/.npm/_logs' | |
stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'', | |
errno: -13, | |
code: 'EACCES', | |
syscall: 'scandir', | |
path: '/root/.npm/_logs' } | |
> [email protected] rebuild /usr/lib/node_modules/ganache-cli/node_modules/secp256k1 | |
> node-gyp rebuild | |
gyp ERR! clean error | |
gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' | |
gyp ERR! System Linux 4.15.0-58-generic | |
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /usr/lib/node_modules/ganache-cli/node_modules/secp256k1 | |
gyp ERR! node -v v8.16.1 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] rebuild: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] rebuild script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
Secp256k1 bindings compilation fail. Pure JS implementation will be used. | |
+ [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment