如何解决node升级到 8.x.x 以上版本后 gyp ERR!

2020-04-13  本文已影响0人  AsaGuo

一、问题

node升级到 8.x.x 以上版本后 gyp ERR! build error问题。
我这里升级到了v12.13.1,报错如下:

node-pre-gyp ERR! cwd /Users/guohe/Desktop/cassec-ecapp/node_modules/fsevents
node-pre-gyp ERR! node -v v12.13.1
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! not ok

二、解决

将node版本回退到 8.x.x LTS 版
例如使用 v8.11.3

nvm install v8.11.3
nvm alias default 8.11.3 #将 8.11.3版本设为默认版本

重启终端,重新进行 yarn install即可。

上一篇下一篇

猜你喜欢

热点阅读