mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01: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:
parent
2c21421092
commit
2e76df5b4e
|
|
@ -215,7 +215,8 @@ Prerequisites:
|
|||
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
|
||||
and tools which can be included in the global `PATH`.
|
||||
|
||||
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 nosign
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user