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
至此,你的项目应该可以正常运行了。