We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ff5f commit a99359dCopy full SHA for a99359d
BUILDING.md
@@ -691,6 +691,15 @@ disk space.
691
git clone https://github.com/nodejs/node.git
692
cd node
693
```
694
+
695
+> \[!TIP]
696
+> If you are building from a Windows machine, symlinks are disabled by default, and can be enabled by cloning
697
+> with the `-c core.symlinks=true` flag.
698
+>
699
+> ```powershell
700
+> git clone -c core.symlinks=true <repository_url>
701
+> ```
702
703
* If the path to your build directory contains a space or a non-ASCII character,
704
the build will likely fail
705
0 commit comments