Skip to content

Circular dependency between src/util/minimal.js and src/util/longbits.js #2080

@ericghpham

Description

@ericghpham

I'm running a project locally using vite to bundle, and it's unable to successfully build the project. The following error is returned:

Circular dependency detected:
../.yalc/<project>/dist/external/_pnpm/protobufjs@7.4.0/external/protobufjs/src/util/longbits.js -> ../.yalc/<project>/dist/external/_pnpm/protobufjs@7.4.0/external/protobufjs/src/util/minimal.js -> ../.yalc/<project>/dist/external/_pnpm/protobufjs@7.4.0/external/protobufjs/src/util/longbits.js

I think a circular dependency also exists between:

  • src/util.js <> src/type.js
  • src/util.js <> src/enum.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions