This repository was archived by the owner on Sep 3, 2025. It is now read-only.
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
packages field missing or empty error message shows when trying to install dependencies #13
Closed as not planned
I have cloned the repo and setup the
.envfile following theREADME. but when I try to install dependencies(pnpm i) then I see this errorWhen I googled this error, I found this related issues
pnpm/pnpm#8968
It looks like this issue is related to the
pnpm-workspace.yamlfile was a added a few weeks ago.I added the following to the file and it worked.
not sure if that is the correct pattern to use though.