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

这篇博客记录了作者在使用npm时遇到的NodeSass环境不兼容问题。在尝试运行npm run dev时,最初错误提示显示NodeSass不支持当前的OSX 64位环境和Node.js 83运行时。作者遵循提示,降级到Node.js 13.0.0,但仍然出现新的错误,指出找不到适合当前环境的binding.node。根据报错信息,作者执行了`npm rebuild node-sass`来重建绑定,之后成功运行了npm run dev。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

记一次npm报错

报错内容

 Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.13.1


前往报错信息让我去的网址看了看,最高只兼容13.0的node.js,于是去官网,下载node.js13.0.0,再次运行npm run dev

新报错

Module build failed: Error: Missing binding /Users/neon/Desktop/neon-renren-fast-vue/node_modules/_node-sass@4.13.1@node-sass/vendor/darwin-x64-79/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 13.x

Found bindings for the following environments:
  - OS X 64-bit with Unsupported runtime (83)

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 rebuild node-sass】重新建立node-sass和当前环境的连接。

再次运行,npm run dev, 成功~

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值