Skip to content

pnpm functionality is not documented #347

@koodistrom

Description

@koodistrom

Hello,

I had to switch package manager from yarn to pnpm in one of my projects and it was bit confusing:

  • pnpm is mentioned as supported in the README but then in the usage documentation: https://github.com/node-gradle/gradle-node-plugin/blob/main/docs/usage.md it is not mentioned
  • I assumed pnpm would work like yarn as they are both external package managers, but they don't: yarn is always downloaded regardless if download is true or false, but pnpm is downloaded only if download=true

Small thing but bit confusing. I would send a pr but I am not sure what is the correct fix here, just documenting the pnpm functionality or aligning yarn and pnpm functionality (and if so should they respect the download setting or not)

Anyway thanks for an awesome opensource project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions