| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a424877 commit 5e8eb5f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -870,6 +870,11 @@ To test if Node.js was built correctly: | |||
| 870 | 870 | Release\node -e "console.log('Hello from Node.js', process.version)" | |
| 871 | 871 | ``` | |
| 872 | 872 | ||
| 873 | + > \[!TIP] | ||
| 874 | + > On Windows, creating symlinks requires [Developer Mode][] to be enabled or | ||
| 875 | + > running the command as Administrator. Tests that rely on creating symlinks | ||
| 876 | + > may fail with EPERM errors if symlink creation is not permitted. | ||
| 877 | + | ||
| 873 | 878 | ##### Using ccache: | |
| 874 | 879 | ||
| 875 | 880 | Follow <https://github.com/ccache/ccache/wiki/MS-Visual-Studio>, and you | |
@@ -1130,4 +1135,5 @@ by opening a pull request against the registry available at | |||
| 1130 | 1135 | <https://github.com/nodejs/node/blob/HEAD/doc/abi_version_registry.json>. | |
| 1131 | 1136 | ||
| 1132 | 1137 | [AIX toolbox]: https://www.ibm.com/support/pages/aix-toolbox-open-source-software-overview | |
| 1138 | + [Developer Mode]: https://learn.microsoft.com/en-us/windows/advanced-settings/developer-mode | ||
| 1133 | 1139 | [Python versions]: https://devguide.python.org/versions/ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments