Skip to content
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

Description

@jdwilkin4

I have cloned the repo and setup the .env file following the README. but when I try to install dependencies(pnpm i) then I see this error

Image

When I googled this error, I found this related issues

pnpm/pnpm#8968

It looks like this issue is related to the pnpm-workspace.yaml file was a added a few weeks ago.

I added the following to the file and it worked.

packages:
  - 'packages/*'

not sure if that is the correct pattern to use though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions