#Package lock does not exist when trying to deploy using monorepo with remix and payload

1 messages · Page 1 of 1 (latest)

grim goblet
jaunty crow
#

@grim goblet Not sure if this is a solution, but I've seen pnpm users use npm i --package-lock-only on deployments where they need a package lock but dont want to install the dependencies with npm

#

Might be worth a try!

#

Otherwise, one of the payload devs may be able to provide more information

grim goblet
#

I am going to try it out right now 🙂

jaunty crow
#

Good luck! Let me know if it works 😄

grim goblet
#

It seems that I cant make it work with your suggestion but Thanks a lot. I will try figuring things out further.