遇到Node Sass could not find a binding for your current environment: Windows 64怎么解 奔跑圈圈 2021-06-25 225 阅读1分钟 前端时间 将电脑上面的node版本做了一个升级,打开之前开发的项目发现报了一个错 Node Sass could not find a binding for your current environment: Windows 64 上面的意思是node版本过高,网上查找资料发现需要重新node-sass包 执行 npm rebuild node-sass 重启项目发现问题解决。