Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js

Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js

> Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 

出现这个原因是因为 Node 版本与node-sass版本不匹配导致,由于node版本的升级,原来项目中的node-sass版本过低。

可以 win + R  输入cmd 回车

 查看当前node版本

查看项目中Node-sass的版本

查看node与node-sass版本对应关系

node对应版本查看https://www.npmjs.***/package/node-sass

 可见,当前node-sass版本为4.0.0,版本过低。

node指定版本下载地址https://nodejs.org/dist/

解决方案:

npm rebuild node-sass

 执行完之后再执行

npm update

重启项目即可解决

转载请说明出处内容投诉
CSS教程_站长资源网 » Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买