Node Sass could not find a binding: nodesass问题处理记录
日期: 2020-04-17 分类: 跨站数据 334次阅读
今天在新的开发环境检出nodejs的前端项目,运行npm start启动项目后报:
> Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 12.x
原因:升级了node版本,sass包和现在node版本不一致
处理:
npm uninstall node-sass
npm install node-sass
遂又遇到:
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
原因:缺少python环境
处理
第一种方式:
安装Python及环境变量配置
一定要安装python2.7的版本
环境变量安装可以参考:http://blog.csdn.net/lyj_viviani 除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog
标签:vue
上一篇: 高灵活度、高易用性、高性价比:百度“度目”进军视觉硬件
下一篇: Java多态规律
精华推荐