@pnpm/mount-modules
TypeScript icon, indicating that this package has built-in type declarations

0.5.3 • Public • Published

@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

/@pnpm/mount-modules/

    Package Sidebar

    Install

    npm i @pnpm/mount-modules

    Weekly Downloads

    87

    Version

    0.5.3

    License

    MIT

    Unpacked Size

    30.7 kB

    Total Files

    16

    Last publish

    Collaborators

    • pnpmuser
    • zkochan