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