TaleLin / lin-cms-vue

🔆 Vue+ElementPlus构建的CMS开发框架
http://doc.cms.talelin.com/
MIT License
2.81k stars 653 forks source link

Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime #565

Closed ZuoFuhong closed 2 years ago

ZuoFuhong commented 2 years ago

重现步骤(可选):

git checkout -b master origin/master

yarn install --ignore-scripts

yarn serve

期望的结果是什么?

服务启动成功

实际的结果是什么?

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (93) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.13.0 at module.exports (/Users/xxx/node_modules/node-sass/lib/binding.js:13:13) at Object. (/Users/xxx/node_modules/node-sass/lib/index.js:14:35) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.sassLoader (/Users/xxx/node_modules/sass-loader/lib/loader.js:46:72)

系统环境

ProductName: macOS ProductVersion: 12.5 BuildVersion: 21G72

ZuoFuhong commented 2 years ago

支持的 node 版本 v8.11.0 ~ v12.22.12