Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: add workaround for WSL
Signed-off-by: gengjiawen <technicalcute@gmail.com>
  • Loading branch information
gengjiawen committed Nov 2, 2019
commit f4b1bf7c2610b85bd388d9ded19d03e2a8a08996
5 changes: 4 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ platforms. This is true regardless of entries in the table below.
systems. Issues that only reproduce on WSL should be reported in the
[WSL issue tracker](https://github.com/Microsoft/WSL/issues). Running the
Windows binary (`node.exe`) in WSL is not recommended. It will not work
without workarounds such as stdio redirection.
without workarounds such as stdio redirection.
If you running into `No module named 'distutils.spawn'`
Comment thread
cclauss marked this conversation as resolved.
Outdated
Error when executing `./configure`, please try `python3 -m pip install setuptools` or `sudo apt install python3-distutils -y`.
Comment thread
cclauss marked this conversation as resolved.
Outdated
For more information, see https://github.com/nodejs/node/issues/30189.

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