ruby bin/test.rb
在 heroku 控制台中运行时出现错误
错误
"Could not find an executable ["phantomjs"] on your path."
我有两个文件: bin/test.rb 和 Gemfile
宝石文件
source 'https://rubygems.org'
gem 'capybara'
gem 'poltergeist'
gem 'mail'
gem 'rmagick'
我跑了
heroku config:add BUILDPACK_URL=https://github.com/stomita/heroku-buildpack-phantomjs.git
我跑了
heroku config:set PATH="/usr/local/bin:/usr/bin:/bin:/app/vendor/phantomjs/bin"
我不确定 phantonJS 的路径或构建包的位置。
如何修复此错误?