Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Install fails on make for sha3 with node 13.1.0 #1289

Closed
abcoathup opened this issue Nov 21, 2019 · 2 comments
Closed

Install fails on make for sha3 with node 13.1.0 #1289

abcoathup opened this issue Nov 21, 2019 · 2 comments
Labels
kind:bug status:blocked Blocked by another issue

Comments

@abcoathup
Copy link
Contributor

npm install @openzeppelin/cli fails with node 13.1.0.

Appears to be issue with [email protected] which is a dependency of [email protected]

sha3.target.mk:113: recipe for target 'Release/obj.target/sha3/src/addon.o' failed
make: *** [Release/obj.target/sha3/src/addon.o] Error 1
make: Leaving directory '/mnt/c/Users/andre/Documents/projects/forum/pkr/node_modules/sha3/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/abcoathup/.nvm/versions/node/v13.1.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:210:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Linux 4.4.0-18362-Microsoft
gyp ERR! command "/home/abcoathup/.nvm/versions/node/v13.1.0/bin/node" "/home/abcoathup/.nvm/versions/node/v13.1.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /mnt/c/Users/andre/Documents/projects/forum/pkr/node_modules/sha3
gyp ERR! node -v v13.1.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

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/abcoathup/.npm/_logs/2019-11-21T06_26_59_440Z-debug.log
@spalladino spalladino added kind:bug status:blocked Blocked by another issue labels Nov 21, 2019
@spalladino
Copy link
Contributor

Thanks for the report. This is being tracked on web3/web3.js#3181.

@spalladino
Copy link
Contributor

Working on 2.7.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:bug status:blocked Blocked by another issue
Projects
None yet
Development

No branches or pull requests

2 participants