Error Node Sass does not yet support your current environment Windows 64-bit with Unsupported runt

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (83)

For more information on which environments are supported please see:

img

img

img

node sass 不支持当前的环境,解决方法如下:

1、卸载当前版本node sass
 
npm uninstall --save node-sass
 
 
2、重新安装node sass
 
npm install --save node-sass

我重新安装的时候出现了问题,具体错误信息点击这里,我是直接处理完这个问题就可以了.

另外除了上面一个问题,执行完后可能会碰到的问题(我就碰到了,提供以下的解决的办法参考)


This usually happens because your environment has changed since running npm install.

Run npm rebuild node-sass to download the binding for your current environment.

img

解决办法:

npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/

最终解决完成效果:

img

img

(基于谷粒学院研究思路解决问题,遇到相同问题也可以用这个方法解决)

posted @   哩个啷个波  阅读(1442)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
历史上的今天:
2022-09-03 Hexo + GitHub Pages 搭建博客
2022-09-03 For queries with named parameters you need to use provide names for method parameters. Use @Param for query method parameters, or when on
2022-09-03 Null value was assigned to a property of primitive type原因及解决方法
2022-09-03 spring中@Transactional注解的作用,使用场景举例
2022-09-03 @Transactional注解详细用法
2022-09-03 nested exception is org.apache.ibatis.binding
2022-09-03 Linux文件目录结构
点击右上角即可分享
微信分享提示