We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8860bd6 commit 49e7f04Copy full SHA for 49e7f04
BUILDING.md
@@ -282,6 +282,11 @@ $ ./configure
282
$ make -j4
283
```
284
285
+If you run into a `No module named 'distutils.spawn'` error when executing
286
+`./configure`, please try `python3 -m pip install --upgrade setuptools` or
287
+`sudo apt install python3-distutils -y`.
288
+For more information, see https://github.com/nodejs/node/issues/30189.
289
+
290
The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which
291
may reduce build time. For more information, see the
292
[GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html).
0 commit comments