-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install fails on M1 mac, likely due to better-sqlite3 issue #18
Comments
I saw a similar (possibly same?) issue when I tried to install the workflow on a new Mac with the latest node.js version installed (at the time of writing Switching the workflow to use an alternative version of better-sqlite3 might also work but not something I've tried or have time to look at right now - sorry. |
Thanks for the response. Yeah -- I just thought I'd add the note here in case any other folks ran into the issue. |
Duplicate of issue 10 |
I've been success |
I got it to work by switching back to an older version of node per the comment on #10 |
Latest version of the workflow has an updated version of better-sqlite3 so should work with latest version of node now. |
Awesome, thanks! |
Thanks for the great workflow!
See WiseLibs/better-sqlite3#870
I can't install better-sqlite3 with
npm install better-sqlite3
but it does work withnpm install WiseLibs/better-sqlite3#pull/870/head
as recommended on the PR above.I think this may resolve itself once they merge that PR. In the meantime, is there a way to have alfred-search-omnifocus use the specific installation of better-sqlite3 instead of the normal one?
My installation error:
The text was updated successfully, but these errors were encountered: