相关疑难解决方法(0)

使用Webpacker将Rails应用程序部署到Heroku失败

环境

  • Rails 5.1.5
  • webpack 3.11.0

错误信息

remote:        Webpacker is installed  
remote:        Using /tmp/build_a60546bb726d2fa7f4b8b4ac052f461e/config/webpacker.yml file for setting up webpack paths
remote:        Compiling…
remote:        Compilation failed:
remote:        bundler: failed to load command: webpack (/tmp/build_a60546bb726d2fa7f4b8b4ac052f461e/vendor/bundle/ruby/2.3.0/bin/webpack)
remote:        Errno::ENOENT: No such file or directory - /tmp/build_a60546bb726d2fa7f4b8b4ac052f461e/node_modules/.bin/webpack
Run Code Online (Sandbox Code Playgroud)

ruby-on-rails heroku webpacker

0
推荐指数
1
解决办法
1057
查看次数

标签 统计

heroku ×1

ruby-on-rails ×1

webpacker ×1