Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 7e090cc

Browse files
authored
Merge pull request #755 from meteor/renanccastro-patch-1
Update install.md with apple M1 info
2 parents 9f1b719 + 3283d73 commit 7e090cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/install.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Install
33
---
44
Meteor currently supports **OS X, Windows, and Linux**. Only 64-bit is supported.
5+
Apple M1 is only supported through Rosetta at this moment.
56

67
### Prerequisites and useful information
78

@@ -30,6 +31,19 @@ Only run the above command with sudo if you know what you are doing.
3031

3132
If you only use sudo because of a distribution default permission system, [check this link for fixing it](https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally).
3233

34+
For Apple M1 computers, you can append Rosetta prefix as following:
35+
36+
```bash
37+
38+
arch -x86_64 npm install -g meteor
39+
40+
```
41+
42+
or select Terminal in the Applications folder, press CMD(⌘)+I and check the "Open using Rosetta" option.
43+
44+
We currently don't support Apple M1 native binaries as the latest meteor release uses Node.js 14 which doesn't have support for it until now. More info in our repository, [here](https://github.com/meteor/meteor/issues/11249#issuecomment-734327204).
45+
46+
3347
### Legacy Installation Method
3448

3549
For Linux and OS X, we are still providing the legacy installation method which uses a bash script and doesn't depend on Node.

0 commit comments

Comments
 (0)