当编译前端代码(dolphinscheduler-ui)时,你可能会遇到这个问题:错误无法下载"https://github.com/sass/node-sass/releases/download/v4.13.1/darwin-x64-72_binding.node"
发布于 2021-04-27 10:16:54
cd dolphinscheduler-ui
如果2步失败,请sudo npm rebuild node-sass
引用url:https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/frontend-development.html
顺便说一下,解决这个问题后,如果不想每次都下载这个节点,可以设置系统环境变量: SASS_BINARY_PATH= /xxx/xxx.node
https://stackoverflow.com/questions/67276096
复制相似问题