Replies: 1 comment 1 reply
-
Hey @drguthals - I think this is worth adding a note to It's kind of annoying that this even happens, so I opened two issues #6054 and #6053 to track removing puppeteer usage in general, which should lead to folks not needing to even install chromium to get things working. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After cloning the repo and installing node and yarn (as described in the contributing guide), I ran
yarn
and received a similar error to this:I found some information on how to possibly resolve this here, which suggested that the issue was that chromium might not be allowed to open on the new M1. So they suggest:
brew install chromium
I tried this (several times) but received a different popup error saying that my chromium was damaged. Even though I uninstalled/reinstalled chromium many times (and tried re-starting my terminal and re-starting my computer) it was still causing the issue.
I then tried:
brew install chromium --no-quarantine
You can find this described here, but the instructions here were referenced, which didn't seem to help in my situation.
In any case, it seems like whether you're getting a "damaged" or "unknown developer" popup error when installing/running chromium, it is the "same" issue.
Note:
In my System Preference -> Security & Privacy -> General, it is already set to
Allow apps downloaded from: Anywhere
After running:
And then restarting my terminal and rerunning
yarn
- it works!Started this discussion to ask
Should we add some information to our CONTRIBUTING.md file, or is this a very rare case?
Beta Was this translation helpful? Give feedback.
All reactions