Skip to content
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

Installation fails with node versions >10.19 #2

Open
kvakes opened this issue Apr 16, 2020 · 1 comment
Open

Installation fails with node versions >10.19 #2

kvakes opened this issue Apr 16, 2020 · 1 comment
Assignees

Comments

@kvakes
Copy link
Member

kvakes commented Apr 16, 2020

Node 12.6.1

npm install fails with

gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/username/.nvm/versions/node/v12.16.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:311:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.5.13-arch1-1
gyp ERR! command "/home/username/.nvm/versions/node/v12.16.1/bin/node" "/home/username/.nvm/versions/node/v12.16.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/username/Projects/org.id-resolver/node_modules/ganache-cli/node_modules/keccak
gyp ERR! node -v v12.16.1
gyp ERR! node-gyp -v v5.0.5
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.

Node 12.6.2

npm install succeeds but with quite a few errors related to building keccak and scrypt

npm link fails with

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/username/.nvm/versions/node/v12.16.2/lib/node_modules/@windingtree/org.id-resolver/dist/cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/username/.nvm/versions/node/v12.16.2/lib/node_modules/@windingtree/org.id-resolver/dist/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
@kvakes
Copy link
Member Author

kvakes commented Apr 16, 2020

I haven't tested other versions of node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants