Skip to content

Commit 7421bdd

Browse files
Add README warning about darwin-arm64 binaries
1 parent 7df6687 commit 7421bdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This is a tool that simply downloads the desired version of Node.js and unpacks
44
it.
55

6+
> ⚠️   **Node.JS Apple Silicon support —**
7+
> Due to the lack of official binaries for `darwin-arm64` (Apple Silicon) architectures for Node.JS versions before 16.0.0, this tool **does not** support downloading any `darwin-arm64` binaries. Instead, it will download the binaries for the `darwin-x64` (Intel Macs) architecture regardless of if the requested version supports Apple Silicon.
8+
69
## FAQ
710

811
### Why?

0 commit comments

Comments
 (0)