| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ed4de37 commit 084741d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -792,6 +792,11 @@ To test if Node.js was built correctly: | |||
| 792 | 792 | Release\node -e "console.log('Hello from Node.js', process.version)" | |
| 793 | 793 | ``` | |
| 794 | 794 | ||
| 795 | + > \[!TIP] | ||
| 796 | + > On Windows, creating symlinks requires [Developer Mode][] to be enabled or | ||
| 797 | + > running the command as Administrator. Tests that rely on creating symlinks | ||
| 798 | + > may fail with EPERM errors if symlink creation is not permitted. | ||
| 799 | + | ||
| 795 | 800 | ##### Using ccache: | |
| 796 | 801 | ||
| 797 | 802 | Follow <https://github.com/ccache/ccache/wiki/MS-Visual-Studio>, and you | |
@@ -1052,4 +1057,5 @@ by opening a pull request against the registry available at | |||
| 1052 | 1057 | <https://github.com/nodejs/node/blob/HEAD/doc/abi_version_registry.json>. | |
| 1053 | 1058 | ||
| 1054 | 1059 | [AIX toolbox]: https://www.ibm.com/support/pages/aix-toolbox-open-source-software-overview | |
| 1060 | + [Developer Mode]: https://learn.microsoft.com/en-us/windows/advanced-settings/developer-mode | ||
| 1055 | 1061 | [Python versions]: https://devguide.python.org/versions/ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments