pnpm version:
0.64.8
Code to reproduce the issue:
Run pnpm install no a secondary disk (lets say it is disk D), not the one on which your system lives.
Expected behavior:
Installation is successful and a store on disk D is created/used
Actual behavior:
A store on disk C is used and pnpm fails because hardlinks cannot be cross-disk.
Additional information:
node -v prints: any
- Windows, OS X, or Linux?: Windows
Temporary fix
If you want to do installations on a different disk till this is not fixed, just change the location of your global store to a directory on the disk you wanna use.
npm config set store-path <path to the store>
pnpm version:
0.64.8
Code to reproduce the issue:
Run
pnpm installno a secondary disk (lets say it is diskD), not the one on which your system lives.Expected behavior:
Installation is successful and a store on disk
Dis created/usedActual behavior:
A store on disk
Cis used and pnpm fails because hardlinks cannot be cross-disk.Additional information:
node -vprints: anyTemporary fix
If you want to do installations on a different disk till this is not fixed, just change the location of your global store to a directory on the disk you wanna use.