0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00

doc: add note for windows users and symlinks

PR-URL: https://github.com/nodejs/node/pull/53117
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
Aviv Keller 2024-05-25 15:00:10 -04:00 committed by GitHub
parent d0a7272b57
commit aaca18b54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -691,6 +691,15 @@ disk space.
git clone https://github.com/nodejs/node.git
cd node
```
> \[!TIP]
> If you are building from a Windows machine, symlinks are disabled by default, and can be enabled by cloning
> with the `-c core.symlinks=true` flag.
>
> ```powershell
> git clone -c core.symlinks=true <repository_url>
> ```
* If the path to your build directory contains a space or a non-ASCII character,
the build will likely fail