Skip to content

Commit f4b1bf7

Browse files
committed
build: add workaround for WSL
Signed-off-by: gengjiawen <[email protected]>
1 parent 3a076ba commit f4b1bf7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILDING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ platforms. This is true regardless of entries in the table below.
146146
systems. Issues that only reproduce on WSL should be reported in the
147147
[WSL issue tracker](https://github.com/Microsoft/WSL/issues). Running the
148148
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.
150153

151154
<em id="fn6">6</em>: Running Node.js on x86 Windows should work and binaries
152155
are provided. However, tests in our infrastructure only run on WoW64.

0 commit comments

Comments
 (0)