Replies: 4 comments
-
I get exactly the same issue when deploying Firebase functions. Odly, both our package.json and pnpm-lock file have not changed since our last deploy and string-width 4.2.3 entry is there in lockfile... This error seems to just appeared out of the blue. Nx monorepo, pnpm v.8.4.0 |
Beta Was this translation helpful? Give feedback.
-
Same problem! I tried deleting my pnpm-lock.json file and running pnpm install, and it generates the exact same pnpm-lock.json file so nothing different in my lock file ; yet still get the same error |
Beta Was this translation helpful? Give feedback.
-
Same problème here. Using nx monorepo too |
Beta Was this translation helpful? Give feedback.
-
Same problem here. I've tried deleting my pnpm-lock.json and running |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a monorepo project using NX.
I'm using [email protected]
When I try to deploy a Firebase functions, I get this error:
NX generates both
package.json
andpnpm-lock.yaml
files, maybe the lock file is not valid. I can share them if it helps.I don't know how to run
pnpm install --no-frozen-lockfile
. I deploy using the firebase cli:firebase deploy --only functions:myFunction
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions