企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[renren-fast-vue](https://gitee.com/renrenio/renren-fast-vue "renren-fast-vue") 提示错误 # npm install报错Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64- 网上找贴,解决方案,亲测有效: ##### (1)运行: npm uninstall node-sass 卸载安装失败的node-sass ##### (2)运行: npm install -g node-gyp ##### (3)运行: npm install --global --production windows-build-tools 注:可能报很多npm ERR!,我没管,后面依旧能运行。 ##### (4)运行: npm install node-sass 重新安装 ##### (5)最后重新运行:npm install 即可