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
Copy file name to clipboardExpand all lines: README.md
+52
Original file line number
Diff line number
Diff line change
@@ -871,3 +871,55 @@ Ignore insecure directories and continue [y] or abort compinit [n]? y
871
871
```
872
872
873
873
Homebrew causes insecure directories like `/usr/local/share/zsh/site-functions` and `/usr/local/share/zsh`. This is **not** an `nvm` problem - it is a homebrew problem. Refer [here](https://github.com/zsh-users/zsh-completions/issues/680) for some solutions related to the issue.
874
+
875
+
**Macs with M1 chip**
876
+
877
+
_January 2021:_ there are no pre-compiled NodeJS binaries for versions prior to 15.x for Apple's new M1 chip (arm64 architecture).
878
+
879
+
Some issues you may encounter:
880
+
881
+
- using `nvm` to install, say, `v14.15.4`:
882
+
- the C code compiles successfully
883
+
- but crashes with an out of memory error when used
884
+
- increasing the memory available to node still produces the out of memory errors:
0 commit comments