quarkus-quinoa icon indicating copy to clipboard operation
quarkus-quinoa copied to clipboard

Add support for pnpm install

Open ia3andy opened this issue 3 years ago • 1 comments

Now that we have support for NodeJS and NPM install, adding pnpm should be a piece of cake:

quarkus.quinoa.package-manager-install=true
quarkus.quinoa.package-manager-install.node-version=16.17.0
quarkus.quinoa.package-manager-install.pnpm-version=7.12.0

Default download root: https://registry.npmjs.org/pnpm/-/

ia3andy avatar Sep 19 '22 15:09 ia3andy

If implementing this, you might also want to implement #174

ia3andy avatar Sep 19 '22 15:09 ia3andy

I will add this

melloware avatar Apr 09 '23 13:04 melloware