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
<emid="fn1">1</em>: GCC 8 is not provided on the base platform. Users will
123
-
need the
124
-
[Toolchain test builds PPA](https://launchpad.net/\~ubuntu-toolchain-r/+archive/ubuntu/test?field.series\_filter=xenial)
125
-
or similar to source a newer compiler.
126
-
127
-
<emid="fn2">2</em>: GCC 8 is not provided on the base platform. Users will
[^1]: GCC 8 is not provided on the base platform. Users will
123
+
need the
124
+
[Toolchain test builds PPA](https://launchpad.net/\~ubuntu-toolchain-r/+archive/ubuntu/test?field.series\_filter=xenial)
125
+
or similar to source a newer compiler.
126
+
127
+
[^2]: GCC 8 is not provided on the base platform. Users will
[^3]: Older kernel versions may work for ARM64. However the
133
+
Node.js test infrastructure only tests >= 4.5.
134
+
135
+
[^4]: On Windows, running Node.js in Windows terminal emulators
136
+
like `mintty` requires the usage of [winpty](https://github.com/rprichard/winpty)
137
+
for the tty channels to work (e.g. `winpty node.exe script.js`).
138
+
In "Git bash" if you call the node shell alias (`node` without the `.exe`
139
+
extension), `winpty` is used automatically.
140
+
141
+
[^5]: The Windows Subsystem for Linux (WSL) is not
142
+
supported, but the GNU/Linux build process and binaries should work. The
143
+
community will only address issues that reproduce on native GNU/Linux
144
+
systems. Issues that only reproduce on WSL should be reported in the
145
+
[WSL issue tracker](https://github.com/Microsoft/WSL/issues). Running the
146
+
Windows binary (`node.exe`) in WSL is not recommended. It will not work
147
+
without workarounds such as stdio redirection.
148
+
149
+
[^6]: Running Node.js on x86 Windows should work and binaries
150
+
are provided. However, tests in our infrastructure only run on WoW64.
151
+
Furthermore, compiling on x86 Windows is Experimental and
152
+
may not be possible.
153
+
154
+
[^7]: Our macOS x64 Binaries are compiled with 10.13 as a target.
155
+
However there is no guarantee compiling on 10.13 will work as Xcode11 is
156
+
required to compile.
157
157
158
158
### Supported toolchains
159
159
@@ -174,19 +174,19 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
174
174
| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
175
175
| darwin-x64 | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
176
176
| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.13 |
0 commit comments