npm ERR!代码ELIFECYCLE errno 134/9009

时间:2020-03-11 16:53:12

标签: angular npm build jhipster errno

我尝试使用具有倾斜前端的JHipster构建应用程序,但是当我运行以下命令以启动所有程序时:

mvn eclipse:eclipse

我遇到ELIFECYCLE错误。

我看过很多关于该错误的主题,但是我找不到适合我的情况的好的解决方案。

我尝试了很多事情,例如:

  • 使用命令增加内存
  • 增加内存限制
  • node --max_old_space_size=8192

...等,但始终无法构建。

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (webpack build dev) on project sam:
    Failed to run task: 'npm run webpack:build' failed. org.apache.commons.exec.ExecuteException:
    Process exited with an error: 9009 (Exit value: 9009) -> [Help 1]
[ERROR]

Screen of the error

有人可以帮忙吗?

0 个答案:

没有答案