这里写自定义目录标题
create-react-app创建项目太慢或者报错关于gyp和vs版本问题
npm ERR! code 1
npm ERR! path /Users/caijizhou/Documents/reactdemo/demo/node_modules/canvas
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
npm ERR! gyp ERR!
错误忘记截图了,类似这种一堆报错关于gyp的中间写着vs版本,网上有说网速慢,有说版本问题,权限问题的,试过都没用。
将npm镜像从淘宝换回国外的就行
代码如下
npm config set registry https://registry.npmjs.org/