Commit 65dd99b 1 parent da4be81 commit 65dd99b Copy full SHA for 65dd99b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Direct symlinking to the global store would work with Node's `--preserve-symlink
41
41
with a bunch of different issues, so we decided to stick with hard links.
42
42
For more details about why this decision was made, see: https://github.com/nodejs/node-eps/issues/46 .
43
43
44
- ## Does pnpm work across multiple hard drives or filesystems?
44
+ ## Does pnpm work across multiple drives or filesystems?
45
45
46
- The package store should be on the same disk as installations.
46
+ The package store should be on the same drive and filesystem as installations.
47
47
Otherwise packages will be copied, not linked.
48
48
This is due to a OS limitation in hard-linking. See [ Issue #712 ] ( https://github.com/pnpm/pnpm/issues/712 ) for more details.
49
49
You can’t perform that action at this time.
0 commit comments