Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 12.x
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 curren
·
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
至此,你的项目应该可以正常运行了。
更多推荐



所有评论(0)