-
-
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
Failed to import - prisma #174
Comments
i just clean the yarn cache, but i got another error, will look into it
|
new error on v55:
related: denoland/std#1151 |
Looks like denoland/std#1151 has landed in the latest release of of deno/std Now we're back to |
Looking into it, pretty sure |
Please see the issue I linked from prisma. I don't know if it was on purpose but trying to import just |
After looking into it more, I don't think the prisma CLI will ever be able to be converted since it relies on specifics on Node's interactions with the terminal, I'm also not sure you'd want to, since the CLI should only be installed on dev machines to generate a client; and the |
@josh-hemphill i don't know, i'm not the user of prisma, seem it is not CDN friendly |
Yeah, my point was that it would be kind of pointless to try and use prisma via esm.sh or any CDN. |
apologies for the late reply. I agree with @josh-hemphill, the prisma cli or generated client will have to internally add support for deno, since they rely mostly on generating code files as a post installation step. |
Failing module
Error message
When I open the URL in my browser, I get the following export returned:
Additional info
The text was updated successfully, but these errors were encountered: