How can I tell Heroku to update my node modules?
I tried to do
heroku run bash
npm update <package>
and then restarted my heroku app
heroku restart -a <appname>
But I can't see the changes, I inserted same commands locally and it worked. Ideas?
try to :
heroku config:set NODE_MODULES_CACHE=false
git commit -am 'rebuild' --allow-empty
git push heroku master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With