问题 stack Error: `gyp` failed with exit code: 1 解决办法 删除 .node-gyp/ 执行 npm i -g node-gyp 删除 项目/node_modules 执行 npm i -d