-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Error with stripe
package
#42
Comments
stripe is using the |
According to this issue and this pull request in the Stripe repository it seems that they are moving towards (or maybe have already completed) removing the dependency on I am uneducated on the process of converting modules to Deno, but seeing as the Stripe package is important to my projects I am willing to help out with the porting if needed. |
still happens on v47
|
https://esm.sh/stripe?no-check should work |
I will check the types transformer |
seems to work fine in v53 feel free to reopen if it persists |
Using the
https://esm.sh/stripe
package gives the error,Trying with
https://esm.sh/stripe?no-check
gives,The text was updated successfully, but these errors were encountered: