2023年7月7日发(作者:)
解决问题使⽤node-sass遇到了错误,google了⼀圈没发现⼏个有帮助的,参考了⼀个答案,最终解决了这个问题。在这⾥做个笔记,给碰到同样问题的⼈。2020-06-14 更新:最终发现是mac下python的问题,重新安装⼀下就好了:brew reinstall python@2错误的log:ERROR in ./src/ui/styles/ (./node_modules/css-loader/dist/!./node_modules/sass-loader/dist/!./src/ui/styles/)Module build failed (from ./node_modules/sass-loader/dist/):Error: Missing binding YOUR_PROJECT_PATH/node_modules/node-sass/vendor/darwin-x64-72/de Sass could not find a binding for your current environment: OS X 64-bit with bindings for the following environments: - OS X 64-bit with usually happens because your environment has changed since running `npm install`.Run `npm rebuild node-sass` to download the binding for your current environment. at s (YOUR_PROJECT_PATH/node_modules/node-sass/lib/:15:13) at Object.
发布者:admin,转转请注明出处:http://www.yc00.com/news/1688684872a162432.html
评论列表(0条)