npm err! GYP ERR! cwd/builds/sab-managements/ui-v3/node_modules/node-sass

发布于 2025-02-01 08:08:37 字数 531 浏览 5 评论 0原文

当我提交并推动代码时,当我想合并请求时,我会在管道中获得此错误,而分支会失败。 我检查并更新了我所有的项目包,再次承诺并推动,再次运行管道,但再次失败了!

   npm ERR! gyp ERR! cwd /builds/sab-management/ui-v3/node_modules/node-sass
   npm ERR! gyp ERR! node -v v16.13.1
   npm ERR! gyp ERR! node-gyp -v v8.4.1
   npm ERR! gyp ERR! not ok 
   npm ERR! Build failed with error code: 1
    
   npm ERR! A complete log of this run can be found in:
   npm ERR!     /root/.npm/_logs/2022-05-25T11_49_52_514Z-debug.log
   ERROR: Job failed: exit code 1

在git圈推出合并请求代码后,在管道中遇到错误

When I commit and push my code, when I want to merge request, I get this error in the pipelines and the branch fails.
I checked and updated all my project packages, committed and pushed again, ran pipelines again, but failed again!؟

   npm ERR! gyp ERR! cwd /builds/sab-management/ui-v3/node_modules/node-sass
   npm ERR! gyp ERR! node -v v16.13.1
   npm ERR! gyp ERR! node-gyp -v v8.4.1
   npm ERR! gyp ERR! not ok 
   npm ERR! Build failed with error code: 1
    
   npm ERR! A complete log of this run can be found in:
   npm ERR!     /root/.npm/_logs/2022-05-25T11_49_52_514Z-debug.log
   ERROR: Job failed: exit code 1

Getting an error in pipelines after pushing the merge request code in git lap

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

耀眼的星火 2025-02-08 08:08:37

错误来自本地服务器,当安装发生错误时,它启动了。在日志上进行跟踪,然后确切查看“ npm err!gyp warn instanc

error is from local server and it started when the install got an error. Do a trace back on the log and see exactly where "npm ERR! gyp WARN install got an error, rolling back install"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文