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!
Hello,
I had to switch package manager from yarn to pnpm in one of my projects and it was bit confusing:
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!