How to clean cache in heroku after installing dependencies?
问题 Topic : Heroku Problem : After installing my node js application in heroku, I made some changes in package.json. Now, when I am trying to push changes again, new dependencies are not getting installed. Heroku is picking the dependencies from cache. How to disable cache in heroku ? 回答1: Thanks all for responding. After much googling and spending time on my issue, I was able to solve my problem. I thought it would be better to post an answer if anyone faces the similar dilemma. Below is the