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:
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.
解决办法:
npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
最终解决完成效果:
(基于谷粒学院研究思路解决问题,遇到相同问题也可以用这个方法解决)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享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文件目录结构