-
Notifications
You must be signed in to change notification settings - Fork 136
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
npm install error #25
Comments
same here, were you able to fix it?? |
fixed it. changed my node version to 14 and that was the fix |
same error. please reply.. |
Hey, please let me know how did you fix this. I have been on it for some hours but I am still not able to run it. |
Now I am getting this error after installing node version 14.0.0:-
Please help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
While running 'npm install' I am getting error :
sushant@sprusty:~/Documents/webdev/study/BlockChainVoting$ npm install
npm ERR! code 1
npm ERR! path /home/sushant/Documents/webdev/study/BlockChainVoting/node_modules/sha3
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
npm ERR! make: Entering directory '/home/sushant/Documents/webdev/study/BlockChainVoting/node_modules/sha3/build'
npm ERR! CXX(target) Release/obj.target/sha3/src/addon.o
npm ERR! sha3.target.mk:117: recipe for target 'Release/obj.target/sha3/src/addon.o' failed
npm ERR! make: Leaving directory '/home/sushant/Documents/webdev/study/BlockChainVoting/node_modules/sha3/build'
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | linux | x64
Hope, you were able to run this project successfully. How to solve this error.
The text was updated successfully, but these errors were encountered: