Closed tonypapousek closed 2 years ago
Whoops, looks like the M1 issue was already fixed in an unmerged PR: https://github.com/jsonresume/resume-cli/pull/612
@thomasdavis - Hate to pester, but can this PR (or something similar) be expedited for the arm64 folks?
@rbardini Can we please merge this?
:tada: This PR is included in version 3.0.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This fixes chromium installation issues on Apple Silicon machines. Jest tests appear to pass, and I was able to render my personal
resume.json
to pdf on an M1 MacBook Pro after upgrading.Note: I had to completely remove
node_modules
and runnpm i
again after bumping to get puppeteer to install chromium.Users may have previously hacked their puppeteer installations via
~/.zshrc
like so:Those users may need to remove those two lines, start a new terminal emulator tab/instance, and re-install
resume-cli
to get the deps resolved.