GYP ERR! build error. stack Error: 'make' failed with exit code 2

后端 未结 11 1459
自闭症患者
自闭症患者 2021-01-07 16:30

I am currently working on a nodejs web application I am having trouble pushing the application online with cloud foundry. I did some research on the errors and it seems that

11条回答
  •  南方客
    南方客 (楼主)
    2021-01-07 16:53

    Figured out the issue. Some of the npm packages were not up to date. I modified the package.json to install all the latest versions of all packages and the error was fixed.

提交回复
热议问题