Skip to content
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 running on macOS ARM #395

Closed
deanmarano opened this issue Jul 25, 2023 · 2 comments
Closed

Error running on macOS ARM #395

deanmarano opened this issue Jul 25, 2023 · 2 comments

Comments

@deanmarano
Copy link

Hi there! I discovered this while trying to run on my M1 Pro Mac. Trying to run against a 3.28 app, but I believe this is due to an old telemetry package.

$ npx ember-no-implicit-this-codemod http://localhost:4200 app/**/*.hbs
The chromium binary is not available for arm64:
If you are on Ubuntu, you can install with:

 apt-get install chromium-browser

/Users/dean/.npm/_npx/92999/lib/node_modules/ember-no-implicit-this-codemod/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserFetcher.js:112
            throw new Error();
            ^

Error
    at /Users/dean/.npm/_npx/92999/lib/node_modules/ember-no-implicit-this-codemod/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserFetcher.js:112:19
    at FSReqCallback.oncomplete (fs.js:192:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! puppeteer@5.5.0 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the puppeteer@5.5.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
@rtablada
Copy link

I've been hitting this recently too. Is there any workaround to get a running build?

@mansona
Copy link
Member

mansona commented Jan 19, 2024

This has been fixed in #400

@mansona mansona closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants