node-sass
使用 npm i 安装报错,
- gyp err xxx
- gyp verb check python checking for Python executable “python2” in the PATH
参考地址: https://github.com/lenve/VBlog/issues/79
只需要删除 package.json 中的
“node-sass”: “^4.14.1”,
“sass-loader”: “^6.0.6”,
如果页面出现有 can not resolve sass-loader, 把对应的 scss 删除掉
node-sass
https://xiamu.icu/uncategorized/node-sass/