最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - npm unable to install scrypt. node-gyp rebuild - Stack Overflow

programmeradmin1浏览0评论

I want to run a blockchain application, but I got this error.

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.

I have tried deleting node_modules, npm cache verify and npm install again. I have uninstalled and reinstalled npm and nodejs. My npm version is 6.12.0 and node version v12.13.0

I want to run a blockchain application, but I got this error.

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.

I have tried deleting node_modules, npm cache verify and npm install again. I have uninstalled and reinstalled npm and nodejs. My npm version is 6.12.0 and node version v12.13.0

Share Improve this question edited Oct 26, 2019 at 17:37 Rashed Hasan 3,76111 gold badges42 silver badges90 bronze badges asked Oct 26, 2019 at 15:47 FriedaFrieda 1631 gold badge1 silver badge11 bronze badges 1
  • I found this issue on Github. You can see the discussion and a response for a Linux system as well: github./ethereum/web3.js/issues/1066#issuement-438114907 – nsrCodes Commented Jun 24, 2020 at 3:50
Add a ment  | 

4 Answers 4

Reset to default 3

https://github./ethereum/web3.js/issues/1066#issuement-338841841

From this link:

I've solved this using the following steps

npm install --global --production windows-build-tools
node-gyp configure --msvs_version=2015
npm config set python /path/to/executable/python2.7
npm install web3 --save

And also, I think that you can follow steps to fix node-gyp:

https://github./nodejs/node-gyp

Believe or not, use: sudo npm ... It worked for me

I know this is an old one, but for anyone hung on this one now, what solved this for me was downgrading to node v10.24.1 & npm v6.14.12. Seems to be an issue with newer node versions.

sudo apt-get update -y
sudo apt-get remove -y gyp
sudo apt-get install -y curl bzip2 build-essential g++ python3 git make gcc gcc-multilib node-gyp
sudo apt-get install -y pkg-config xserver-xorg-dev libxext-dev pkg-config libxi-dev libglu1-mesa-dev libglew-dev
sudo npm install prebuild-install node-pre-gyp node-gyp -g

if show already exist then use --force flag while installing npm package

if then also not solve then try install package using "sudo npm i "

for more information see https://github./zodern/meteor-up/issues/683

发布评论

评论列表(0)

  1. 暂无评论