-
-
Notifications
You must be signed in to change notification settings - Fork 232
TypeError [ERR_INVALID_ARG_TYPE]: The "superCtor.prototype" property must be of type object. Received undefined #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting. You can just use this module. Its version 4 has the circular dependency fixed. If you still have the problem after upgrading, can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that. For any other bugs in |
I'm trying to use The rollup output complains about the circular dependencies:
which then, when attempting to use the (bundled) code, gives me the error
where I assume that rollup resolved |
Atix is right. Rollup bundles fail due to circular dependencies. |
Uh oh!
There was an error while loading. Please reload this page.
When using rollup without vite...the following error occurs on pnpm install:
Note that I use
.pnpmfile.cjs
to aliasreadable-stream
withvite-compatible-readable-stream
. I don't see an issues tab with https://github.com/exogee-technology/readable-stream, so I'm raising the issue here. Hopefully the circular dependency withreadable-stream
will be fixed so thevite-compatible-readable-stream
fork would not be necessary.The text was updated successfully, but these errors were encountered: