stack Error: `gyp` failed with exit code: 1

问题

stack Error: `gyp` failed with exit code: 1

解决办法

  1. 删除 .node-gyp/  
  2. 执行 npm i -g node-gyp  
  3. 删除 项目/node_modules  
  4. 执行 npm i -d 

猜你喜欢

转载自blog.csdn.net/oldthree1/article/details/88343237