美文网首页
Vue Cli创建项目Sass异常解决方式

Vue Cli创建项目Sass异常解决方式

作者: EasyNetCN | 来源:发表于2021-03-09 22:27 被阅读0次

mac系统在使用vue cli创建vue 3的项目时,使用了Sass,在build的时候,会发生下面的异常:

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

解决方法是,在项目下执行

npm rebuild node-sass

相关文章

网友评论

      本文标题:Vue Cli创建项目Sass异常解决方式

      本文链接:https://www.haomeiwen.com/subject/tjciqltx.html