-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
buildDescribes issues related to build operationsDescribes issues related to build operationsdebugfeaturepreviewDescribes issues related to preview commandDescribes issues related to preview commandrunDescribes issues related to run commandDescribes issues related to run command
Milestone
Description
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
Labels
buildDescribes issues related to build operationsDescribes issues related to build operationsdebugfeaturepreviewDescribes issues related to preview commandDescribes issues related to preview commandrunDescribes issues related to run commandDescribes issues related to run command