Node Sass does not yet support your current environment: Windows 64-bit问题解决办法

版权声明:本文为博主原创文章,未经博主允许不得转载,如果你觉得有用的话,你可以收藏一下,或者评论一下,也可以关注下我,嘿嘿,你要是不听话,我的大刀可不是好玩的哈,想想心里都害怕,哼。快给我点个赞吧 https://blog.csdn.net/weixin_44446298/article/details/88533280

运行项目报错如下:

node_sass错误

说明node sass版本在当前环境运行不了,解决方法如下:
1.卸载当前版本node sass

npm uninstall --save node-sass

2.重新安装node sass

npm install --save node-sass

卸载与安装node sass

猜你喜欢

转载自blog.csdn.net/weixin_44446298/article/details/88533280