1.npm i node-sass -D
在错误提示里有给出了方案,重新构建 node-sass,命令如下:
npm rebuild node-sass --force
如果执行完成后不报错,就可以了。
也有可能会报 gyp Error 错误:
gyp ERR! configure error
gyp ERR! stack Error: gyp
failed with exit code: 1
....
gyp ERR! node -v v8.11.1
gyp ERR! node-gyp -v v3.6.2