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

后端 未结 11 1365
自闭症患者
自闭症患者 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:42

    If you are using NVM, you can also change to the version your package supports, like:

    nvm install 7.10.2
    nvm use 7.10.2
    

提交回复
热议问题