
错误处理
文章平均质量分 52
丿刘先森
努力,奋斗!
展开
-
webpack安装报错 npm ERR! Refusing to install package with name “webpack“ under a package
在安装webpack时报错如下: npm ERR! code ENOSELF npm ERR! Refusing to install package with name "webpack" under a package npm ERR! also called "webpack". Did you name your project the same npm ERR! as the dependency you're installing? npm ERR! npm ERR! For more in原创 2020-09-14 23:04:42 · 699 阅读 · 3 评论 -
安装node-sass时报错,gyp ERR! stack Error: Can‘t find Python executable “python“,......(项目安装使用scss)
首先,node sass是什么? Node-sass是一个库,它将Node.js绑定到LibSass(流行样式表预处理器Sass的C版本)。它允许用户以令人难以置信的速度将.scss文件本地编译为css,并通过连接中间件自动编译。 Sass是一种预处理器脚本语言,可以解释或编译成层叠样式表(CSS)。 vue项目中安装使用scss时,需要安装node-sass 及 sass-loader 第一步,安装淘宝镜像 npm install -g cnpm --registry=https...原创 2020-09-11 18:34:59 · 12762 阅读 · 2 评论