-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error messages shown when using heroku run on ARM mac #2471
Comments
Thank you for the report. |
@ryandagg Thanks for looking into this, but this error still happens after upgrading:
|
@fschwahn Thank you for letting us know. I use an M1 and do not have this issue. Are you seeing this on all apps or just one/some? I do have Rosetta installed, but I am not running this process with it to the best of my knowledge.
|
I have checked again, and it seems to happen unreliably. I'm confused - I just ran the following:
On the first invocation of |
@fschwahn just checking in on this issue. Is this problem still occurring? |
yes, still happening |
Thank you. We will look into it further. |
@fschwahn could you please share which versions of the CLI, node, and yarn you are using? |
I'm not using yarn, heroku is installed from homebrew.
|
I've been working around this problem by patching the node-notifier package. Similar to the comment here: |
What is the current behavior?
Use
heroku run <command>
on a Macbook with ARM processor (M1 / M2). After the command has run, an error message will be shown. I assume this only happens when Rosetta is not installed.Example:
NOTE: I can interact with bash normally, so this does not prevent using
heroku run
.What is the expected behavior?
This should not produce any warnings / error messages.
The text was updated successfully, but these errors were encountered: