跨境派

跨境派

跨境派,专注跨境行业新闻资讯、跨境电商知识分享!

当前位置:首页 > 工具系统 > 其他工具 > 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

时间:2024-04-02 11:15:50 来源:网络cs 作者:亙句 栏目:其他工具 阅读:

标签:

> 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.com/package/node-sass

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

node指定版本下载地址icon-default.png?t=M85Bhttps://nodejs.org/dist/

解决方案:

npm rebuild node-sass

 执行完之后再执行

npm update

重启项目即可解决

本文链接:https://www.kjpai.cn/news/2024-04-02/152555.html,文章来源:网络cs,作者:亙句,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。

文章评论