Skip to content

Commit 8d9bb78

Browse files
committed
mention older versions in TROUBLESHOOTING.md
1 parent 85ff042 commit 8d9bb78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TROUBLESHOOTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Troubleshooting
22

3+
## Outdated versions installed during deployment
4+
5+
If your deploy is installing older/outdated versions, you may need to purge your Heroku repo:
6+
7+
```bash
8+
heroku plugins:install heroku-repo
9+
heroku repo:purge_cache -a my-app
10+
```
11+
312
## Segmentation fault during build
413

514
Should you encounter a segfault during builds:

0 commit comments

Comments
 (0)