pnpm/packages/mount-modules
Zoltan Kochan 47e45d717d
feat!: breaking config changes in v8 (#6035)
* 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.
2023-02-05 11:43:22 +02:00
..
bin chore: use meta-updater to update config files 2021-01-03 20:04:06 +02:00
src fix: remove `suppressImplicitAnyIndexErrors` from typescript settings (#5991) 2023-01-28 18:19:26 +02:00
test feat!: breaking config changes in v8 (#6035) 2023-02-05 11:43:22 +02:00
CHANGELOG.md chore(release): 7.26.3 2023-02-01 03:10:02 +02:00
README.md style(*): typo (#4573) 2022-04-15 02:53:14 +03:00
jest.config.js feat: new CLI that allow to mount node_modules with FUSE 2020-12-31 12:27:35 +02:00
package.json chore(release): 7.26.3 2023-02-01 03:10:02 +02:00
tsconfig.json fix: remove `suppressImplicitAnyIndexErrors` from typescript settings (#5991) 2023-01-28 18:19:26 +02:00
tsconfig.lint.json refactor: put all non-public projects to directories that start with __ 2022-11-20 02:40:44 +02:00

README.md

@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