Files
pnpm/modules-mounter/daemon
Zoltan Kochan 53b105416f chore(release): 11.6.0 (#12336)
* chore(release): 11.6.0

* docs: update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-12 00:53:15 +02:00
..
2023-05-14 17:26:00 +03:00
2026-06-12 00:53:15 +02:00
2026-06-12 00:53:15 +02:00
2023-05-14 17:26:00 +03:00

@pnpm/modules-mounter.daemon

Mounts a node_modules directory with FUSE

npm version

Installation

pnpm add @pnpm/modules-mounter.daemon --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