Heroku:无法在dependecies中编译node.js.

时间:2017-12-07 05:39:30

标签: node.js git heroku deployment

所以我试图解决这个问题,我最难理解为什么会失败?我已经尝试了一些在线方法,我node_modules中有.gitignore,所以我真的不明白为什么它会破碎。

我也试过

git push -f heroku master

虽然应该强制它起作用,但它也无法正常工作。所以它对我来说没有多大意义。

This is the terminal response

1 个答案:

答案 0 :(得分:0)

错误“Cannot read property '0' of undefined”看起来像npm/npm issue 17858

需要更新:

  

我确认npm @ latest为我做了诀窍:

node 9.2.0
npm 5.6.0