You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: source/install.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: Install
3
3
---
4
4
Meteor currently supports **OS X, Windows, and Linux**. Only 64-bit is supported.
5
+
Apple M1 is only supported through Rosetta at this moment.
5
6
6
7
### Prerequisites and useful information
7
8
@@ -30,6 +31,19 @@ Only run the above command with sudo if you know what you are doing.
30
31
31
32
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).
32
33
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
+
33
47
### Legacy Installation Method
34
48
35
49
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