Files
pnpm/modules-mounter/daemon
Zoltan Kochan d381a6001c feat!: use dependency path format from lockfile v6 (#7470)
Drop lockfile v5 support.
2024-01-08 11:57:44 +01:00
..
2023-05-14 17:26:00 +03:00
2024-01-02 10:31:17 +01:00
2023-05-14 17:26:00 +03:00
2024-01-08 11:57:44 +01:00
2023-05-14 17:26:00 +03:00
2023-05-14 17:26:00 +03:00
2023-05-14 17:26:00 +03:00

@pnpm/mount-modules

Mounts a node_modules directory with FUSE

npm version

Installation

pnpm add @pnpm/mount-modules --global

Usage

Before mounting the modules directory, all the packages should be fetched to the store. This can be done by running:

pnpm install --lockfile-only

Once the packages are in the store, run:

mount-modules

If something goes wrong and the modules directory will be not accessible, unmount it using:

unmount <path to node_modules>

License

MIT