Files
pnpm/modules-mounter/daemon/README.md
Zoltan Kochan 184ce26f3f docs: fix package names in README files (#11409)
* docs: fix package names in README files

* docs: update links to point to npmx.dev
2026-04-30 22:59:17 +02:00

36 lines
666 B
Markdown

# @pnpm/modules-mounter.daemon
> Mounts a node_modules directory with FUSE
[![npm version](https://img.shields.io/npm/v/@pnpm/modules-mounter.daemon.svg)](https://npmx.dev/package/@pnpm/modules-mounter.daemon)
## 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