Joined September 2018
·

daanlow

build stuff
·
·

Posted to Clean Heroku npm cache over 1 year ago

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

Achievements
1 Karma
0 Total ProTip Views