安装node-sass的正确方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装node-sass的正确方法相关的知识,希望对你有一定的参考价值。
参考技术A安装node-sass的时候会报该错误: Error: Can\'t find Python executable "python", you can set the PYTHON env variable.
有如下方法:
这里有一篇文章介绍了如何在Windows上找不到Python可执行文件\'python\':
https://catalin.me/how-to-fix-node-js-gyp-err-cant-find-python-executable-python-on-windows/
node-sass正常安装不成功几率占60%左右,但是通过以上两种方法解决问题,就不需要去改变环境变量等。
npm切换源具体请看: npm切换源之nrm 源管理工具
vue中linux系统在安装node-sass时,解决提示 node-sass 无法安装的问题
解决方法:
方法1,单独安装:npm install --unsafe-perm node-sass
方法2. 直接使用:npm install --unsafe-perm
以上是关于安装node-sass的正确方法的主要内容,如果未能解决你的问题,请参考以下文章
vue中linux系统在安装node-sass时,解决提示 node-sass 无法安装的问题