npm install 不起作用——`node-gyp rebuild` 错误

npm install 不起作用——`node-gyp rebuild` 错误

我在准备区块链开发环境时遇到了以下错误:

我的环境是:

  • NodeJs 10.15.3 LTS。
  • npm 8.x

npm install 不起作用-node-gyp rebuild错误

这是输出错误的摘录:

没有已知的参数 2 从“Nan::imp::NativeGetter {aka void (*)(v8::Local, const v8::PropertyCallbackInfo&)}”到“v8::Local”的转换 x509.target.mk:106: 目标“Release/obj.target/x509/src/addon.o”的配方失败

这是屏幕截图的错误

在此处输入图片描述

答案1

解决方案是将 nodeJS 降级到 8.15.1

  • nvm 安装 8.15.1

祝你好运

相关内容