-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Conflicting types in @types/node
and node.ns.d.ts
#143
Comments
hmmm, hard to make every types of nodejs work, but i will look into it, good news is at least the |
Same happens with
|
Seeing the same with |
Bumping this, still seeing this issue on the latest version of |
I'm running into an issue with Solana, too. I'm not sure I can help, but are there any pointers for how to go about fixing this? My error is different, though:
|
Open issue for this, #221 |
fix deno/buffer types in v88 |
Some of the Node.js-targeted modules have type conflicts because esm.sh uses both the
@types/node
andnode.ns.d.ts
types, resulting inDuplicate identifier
.For example,
[email protected]
:or
stripe
:The text was updated successfully, but these errors were encountered: