Hey, how can I specify a pnpm version to use?
I tried setting this in
package.json
:
But it still seems to use pnpm-7_x
8 Replies
Project ID:
10c26751-5dc0-4f13-8d63-2dabf874389e
You might find these helpful:
- Setting NIXPACKS_NODE_VERSION is not changing the node version used
- New deploy but nodejs not updated ?
- How to change OpenSSL version through nixpacks
⚠️ experimental feature
10c26751-5dc0-4f13-8d63-2dabf874389e
ok, I tried setting it:
But still seeing this:
thats odd, but does pnpm-7 not work for you?
we upgraded our project to pnpm 8 which was recently released to take advantage of some features
so, it seems that its not building successfully, but still says
pnpm-7_x
i'm not sure if its really using pnpm 8, or pnpm 7 is still used
I wouldn't expect pnpm 7 to work, since pnpm 8 has breaking changeshttps://search.nixos.org/packages?channel=22.11&from=0&size=50&sort=relevance&type=packages&query=pnpm
no version 8
might be best to switch to a dockerfile build