webpack - Unable to deploy rails 5.1.0.beta1 app on heroku -


i new webpacks. started working rails 5.1.0beta1 version comes webpack support. deploying on heroku fails following error during asset compilation

remote:        sh: 1: ./node_modules/webpack/bin/webpack.js: not found remote:        rake aborted! remote:        json::parsererror: 743: unexpected token @ '' 

can please suggest how fix it. have tried doing this:

heroku buildpacks:set heroku/nodejs --index 1 heroku buildpacks:set heroku/ruby --index 2 


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -