-
Notifications
You must be signed in to change notification settings - Fork 158
Description
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.