Skip to content

Commit 4c975e0

Browse files
committed
website re-generate commons
1 parent 4af3faf commit 4c975e0

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{/* DO NOT EDIT! */}
2+
{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
3+
4+
{/* ------------------------------------------------------------------------ */}
5+
6+
By design, xpm utilises symbolic links to folders (junction points on
7+
NTFS) to facilitate the sharing of common packages across projects. Any
8+
attempt to install packages on a drive that does not support symbolic
9+
links will result in an error:
10+
11+
```
12+
error: volume X: does not support links, it might not be NTFS, or it might be a remote resource
13+
```
14+
15+
Use a recent version of Windows and format the drive as NTFS.

website/docs/getting-started/prerequisites/index.mdx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ import Heading from '@theme/Heading';
2626

2727
import customField from '@site/src/libs/customField';
2828

29+
import CommonSymbolicLinksNtfs from '@site/docs/_common/_symbolic-links-require-ntfs.mdx';
30+
2931
import AfterNvm from './_after-nvm.mdx';
3032
import NvmLatest from './_nvm-latest.mdx';
3133
import UseNvm from './_use-nvm.mdx';
@@ -265,16 +267,7 @@ For further information, please refer to the Microsoft documentation, such as th
265267

266268
<Heading as="h2">Symbolic links</Heading>
267269

268-
By design, xpm utilises symbolic links to folders (junction points on
269-
NTFS) to facilitate the sharing of common packages across projects. Any
270-
attempt to install packages on a drive that does not support symbolic
271-
links will result in an error:
272-
273-
```
274-
error: volume X: does not support links, it might not be NTFS, or it might be a remote resource
275-
```
276-
277-
Use a recent version of Windows and format the drive as NTFS.
270+
<CommonSymbolicLinksNtfs />
278271

279272
</TabItem>
280273

0 commit comments

Comments
 (0)