-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
@ericghpham
Description
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
Labels
No labels