@pnpm/mount-modules
v1001.0.43
Published
Mounts a node_modules directory with FUSE
Downloads
490
Readme
@pnpm/mount-modules
Mounts a node_modules directory with FUSE
Installation
pnpm add @pnpm/mount-modules --globalUsage
Before mounting the modules directory, all the packages should be fetched to the store. This can be done by running:
pnpm install --lockfile-onlyOnce the packages are in the store, run:
mount-modulesIf something goes wrong and the modules directory will be not accessible, unmount it using:
unmount <path to node_modules>License
MIT
