mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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:
parent
d0a7272b57
commit
aaca18b54e
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue