素材巴巴 > 程序开发 >

Error: Node Sass does not yet support your current environment: Windows 64-b解决办法

程序开发 2023-09-25 19:42:06

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

通过cmd命令用管理员身份进入到项目目录下面:

1.卸载当前版本node sass

npm uninstall --save node-sass
 

2.重新安装node sass

npm install --save node-sass

 参考:Node Sass does not yet support your current environment: Windows 64-bit问题解决办法 - 程序员大本营

如果安装报错,使用淘宝镜像安装

首先用npm去安装cnpm npm install cnpm -g --registry=https://registry.npm.taobao.org 参考:

NodeSassdoesnotyetsupportyourcurrentenvironment解决办法_NobitaChen_新浪博客

节点Sass尚不支持您当前的环境:Windows 64位 - 简书

如果还报错

npm run dev 提示如下错误

Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.

原因:node-sass版本过高,卸载重装低版本

1、卸载: npm uninstall node-sass

2、安装: npm install node-sass@4.14.1

3、运行:npm run dev

参考:Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0. - WinnieIns - 博客园


标签:

上一篇: Flutter中的视频播放插件 下一篇:
素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。