vue前端遇到node-sass报错:
你的M1使用了极为先进的arm64架构

在这里插入图片描述
错误中有提示如下:

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

至此,你的项目应该可以正常运行了。

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐