File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,10 @@ platforms. This is true regardless of entries in the table below.
146
146
systems. Issues that only reproduce on WSL should be reported in the
147
147
[ WSL issue tracker] ( https://github.com/Microsoft/WSL/issues ) . Running the
148
148
Windows binary (` node.exe ` ) in WSL is not recommended. It will not work
149
- without workarounds such as stdio redirection.
149
+ without workarounds such as stdio redirection.
150
+ If you running into ` No module named 'distutils.spawn' `
151
+ Error when executing ` ./configure ` , please try ` python3 -m pip install setuptools ` or ` sudo apt install python3-distutils -y ` .
152
+ For more information, see https://github.com/nodejs/node/issues/30189 .
150
153
151
154
<em id =" fn6 " >6</em >: Running Node.js on x86 Windows should work and binaries
152
155
are provided. However, tests in our infrastructure only run on WoW64.
You can’t perform that action at this time.
0 commit comments