Skip to content

Please add support for pkg manager pnpm #4654

Closed
@paxperscientiam

Description

@paxperscientiam

Describe the solution you'd like
Please add support for pnpm

pnpm uses hard links and symlinks to save one version of a module only ever once on a disk. When using npm or Yarn for example, if you have 100 projects using the same version of lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be saved in a single place on the disk and a hard link will put it into the node_modules where it should be installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildDescribes issues related to build operationsdebugfeaturepreviewDescribes issues related to preview commandrunDescribes issues related to run command

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions