Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent
Tried deleting node modules and reinstalling as instructed in other threads along with deleting lockfile and re installing, nothing seems to work.
Solution:Jump to solution
nixpacks uses pnpm v8 by default, to get it to use pnpm v9 specify a
packageManager
field in your package.json set to pnpm@latest
7 Replies
Project ID:
6ec6ed0d-1656-46be-be8b-2b378cd223fa
6ec6ed0d-1656-46be-be8b-2b378cd223fa
downgraded to pnpm latest-8 and that did the trick, apologies
Solution
nixpacks uses pnpm v8 by default, to get it to use pnpm v9 specify a
packageManager
field in your package.json set to pnpm@latest
got it, tysm as always brody ❤️
hey @Sharp just wondering if that worked for you?
yep!
awesome