美文网首页
node-sass 安装

node-sass 安装

作者: AGEGG | 来源:发表于2020-02-03 11:56 被阅读0次

换开发环境装前端依赖发现node-sass安装不上
记录下解决过程

//首先报错需要python2
1.下载python2
2.配置python2全局变量


//git上卡住,应该是网络问题,查询了下果然是外网缘故

//设置淘宝镜像
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
//安装依赖
npm i

相关文章

网友评论

      本文标题:node-sass 安装

      本文链接:https://www.haomeiwen.com/subject/zwhhxhtx.html