Closed etagwerker closed 6 years ago
cc @heroku/cli
Try uninstalling and reinstalling. If that doesn't work, delete rm ~/.local/heroku/yarn.lock
@jdxcode Awesome, that did it! Though the location of yarn.lock
was somewhere else:
rm ~/.local/share/heroku/yarn.lock
heroku plugins:install heroku-repo
warning "heroku-repo > heroku-run > cli-engine-heroku@4.1.1" has unmet peer dependency "cli-engine-command@^8.0.0".
warning "heroku-repo > heroku-run > cli-engine-heroku@4.1.1" has unmet peer dependency "cli-engine-config@^3.0.0".
Installing plugin heroku-repo... installed v1.0.12
Thank you! ❤️
Hi there,
I'm trying to install the plugin on mac os x (10.13.6) but I keep getting this error:
Here is the version of the Heroku CLI that I'm using:
I also tried with version 7.15.0 but I get the same error.
I thought that there was a problem with my version of
yarn
, so I upgraded that too but it didn't change anything.I found this issue but I'm pretty sure that my error is not solved by any of the fixes suggested there: https://github.com/heroku/heroku-repo/issues/53
I get the same error if I try:
heroku plugins:install heroku-repo
Do you know what could be wrong with my environment?
Thanks!