mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: warn users about non-ASCII paths on build
The build breaks if there's a non-ASCII character on the path to the building directory. PR-URL: https://github.com/nodejs/node/pull/16735 Refs: https://github.com/nodejs/node/issues/16278 Refs: https://github.com/nodejs/node/issues/14336 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
committed by
Joyee Cheung
parent
38ee25e2e2
commit
c134ff24f4
@@ -232,7 +232,8 @@ Prerequisites:
|
||||
* **Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
|
||||
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
|
||||
|
||||
If the path to your build directory contains a space, the build will likely fail.
|
||||
If the path to your build directory contains a space or a non-ASCII character, the
|
||||
build will likely fail.
|
||||
|
||||
```console
|
||||
> .\vcbuild
|
||||
|
||||
Reference in New Issue
Block a user