自从我升级到Rails 6并安装了webpacker以来,我一直在生产环境中收到此消息:
2019-10-06T10:57:14.221369+00:00 app[web.1]: E, [2019-10-06T10:57:14.221154 #4] ERROR -- : [5e6a4fed-5c09-44fa-a840-24badc9f6a99] [Webpacker] Compilation failed:
2019-10-06T10:57:14.221389+00:00 app[web.1]: error Command "webpack" not found.
没有更多细节,看来我所有的js都工作正常。 有什么想法吗?
答案 0 :(得分:1)
尝试
heroku buildpacks:add --index 1 heroku/nodejs
heroku buildpacks:add --index 2 heroku/ruby
每
https://github.com/rails/webpacker/issues/512#issuecomment-309268946
还
如果Gemfile中包含webpacker
宝石,则默认情况下(per this article)上应将纱线包含在heroku中。