-
Notifications
You must be signed in to change notification settings - Fork 527
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
Mac M1 install error #2760
Comments
I guess that the problem could be related to the way github is being accessed. If I replace git:// with https:// in the command update possibly related to #2737 |
@pankus Thanks for doing more troubleshooting on this. I have recently acquired an M1 for work, so decided to go through the installation process. I found the following issues and fixes, and was able to complete the installation. Tips & Hints for Installing on OSX M1:
I was able to successfully start up Tilemill and run the sample projects that didn't try to use Postgres (Road Trip won't work). If you want Postgress, then you need to run the ./installdb.sh installation script, but update it to use the arm processor, if running in Rosetta mode. I didn't test running the install in non-Rosetta, since I already changed my iTerm. Possible that if you
Not sure if the following is due to M1 issues, or just weird/random OSX issues. Got an error that it couldn't run: My steps to fix:
Project Road Trip now works. |
I managed to install using the above instructions from csytsma. Thank you!!! The only step i had to add was to run the following command in my terminal directly after enabling rosetta in step 1 to switch my shell to x86 mode before running nvm
Also, once installed. You can disable rosetta mode from step 1 and you can still run tilemill. You can even run tilemill when node 8 isnt your current node version by using the following command to start the tilemill server inside the
So my full install / run instructions (adapted from the readme for M1) now become: INSTALLNeed to run iTerm (Terminal or iTerm2) in Rosetta mode. nvm-sh/nvm#2350 (comment)
Now you can disable "Run in Rosetta mode". nvm-sh/nvm#2350 (comment) RUN
|
related to #2759
If I follow this instruction from Tilemill documentation:
git clone https://github.com/tilemill-project/tilemill.git cd tilemill nvm install lts/carbon nvm use v8.15.0 npm install
with the following result (from log):
end from terminal:
I presume that there is a remote connection problem, thus I tried to launch the simple command:
/usr/bin/git ls-remote -h -t git://github.com/florianf/bones.git
This is the response:
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Operation timed out
The text was updated successfully, but these errors were encountered: