Hey. None of the above worked for me. Node modules were staying cached for some absurd reason.
The following by heroku did help:
https://help.heroku.com/18PI5RSY/how-do-i-clear-the-build-cache
$ heroku plugins:install heroku-repo $ heroku repo:purge_cache -a appname $ git commit --allow-empty -m "Purge cache" $ git push heroku master
Hey. None of the above worked for me.
Node modules were staying cached for some absurd reason.
The following by heroku did help:
https://help.heroku.com/18PI5RSY/how-do-i-clear-the-build-cache
$ heroku plugins:install heroku-repo
$ heroku repo:purge_cache -a appname
$ git commit --allow-empty -m "Purge cache"
$ git push heroku master