-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to install sitefox using npm #20
Comments
This is on an Macbook Air M1. |
Seems to be this issue: TryGhost/node-sqlite3#1621 |
I tested on my Ubuntu machine with node v16.13.1 and |
@borkdude I'll set up CI to catch platform issues like this. Thanks for flagging it. |
This is running successfully in CI on OSX but I am not sure if they are using M1 arch or not to install. Maybe you could test this once more for me @borkdude if you have a minute? |
|
@chr15m If you are interested setting up macOS + ARM CI, try https://cirrus-ci.com/ |
@borkdude excellent thanks for the tip. What happens if you do |
|
Thanks for testing this. After doing a bunch of research it seems like there are several things that can go wrong with installing the sqlite3 module on M1. I think this particular one might be solved with this:
Is it possible to try that before the npm install command? If it works I will need to add a special note for M1 users to the readme. |
That worked! Thanks so much! |
Great stuff, thanks for testing. I'll have to figure out how to accommodate this in Sitefox as it's not the best first time user experience. |
Updated the documentation. |
@borkdude reports trouble installing Sitefox due to a failing sqlite3 build (via Clojure Slack):
The text was updated successfully, but these errors were encountered: