Skip to content

Is it possible to centralize node_modules to another Drive/Disk? #3716

Answered by zkochan
is-jonreeves asked this question in Q&A
Discussion options

You must be logged in to vote

What you are trying to do is not possible. The store should be in the same file system as the node_modules. If they are not, pnpm will copy the files.

On some systems, where FUSE is supported, you may try to mount a node_modules directory using this experimental package: https://github.com/pnpm/pnpm/blob/main/packages/mount-modules/README.md

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by is-jonreeves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants