* auto-install-peers=true * save-workspace-protocol=rolling * publishConfig.linkDirectory true by default * resolve-peers-from-workspace-root is true by default * set dedupeDirectDeps to true by default in @pnpm/core. |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| test | ||
| CHANGELOG.md | ||
| README.md | ||
| jest.config.js | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.lint.json | ||
README.md
@pnpm/mount-modules
Mounts a node_modules directory with FUSE
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