Windows 64-bit with Unsupported runtime (83) For more information on which environments are supporte
Posted 咖啡壶子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 64-bit with Unsupported runtime (83) For more information on which environments are supporte相关的知识,希望对你有一定的参考价值。
(不想看废话,想直接看解决方案:看红字就行)
报错信息:(要是苹果电脑,当我没说。)
1.错误解释:
Error: Node Sass does not yet support your current environment:
Windows 64-bit with Unsupported runtime (93)
- node-sass 现在不支持当前生产环境:64位的Windows运行系统
2.错误解决办法:
卸载重装不同版本依赖(没啥卵用)
// 在 git / 命令行窗口 中运行代码
// 卸载依赖包
npm uninstall sass-loader
// 完成后重新安装依赖
npm install sass-loader@7.1.0
正确的解法:
分析原因:
看git中相关介绍:
https://github.com/sass/node-sass/tree/v4.11.0
点击上面的github链接,然后在github中点击下图这个链接:
解决办法:
想要下载node-sass某个版本,先要看看node版本是否支持node-sass的下载。
我当前node版本是12.15.0.要想下载node-sass4.11.0,必须将node版本切换到11,于是我就下载了node11.15.0,然后就成功了。
以上是关于Windows 64-bit with Unsupported runtime (83) For more information on which environments are supporte的主要内容,如果未能解决你的问题,请参考以下文章
Node Sass 找不到当前环境的绑定:Windows 64-bit with Node.js 6.x
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 runt
Windows 64-bit with Unsupported runtime (83) For more information on which environments are supporte
Windows 64-bit with Unsupported runtime (83) For more information on which environments are supporte
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime(代码片