-
-
Notifications
You must be signed in to change notification settings - Fork 154
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 - @supabase/[email protected]
dependency
#572
Comments
thanks, i will look into it. |
Thank you 🙏🏾 |
I took a look into this and can confirm that this is an error in the resolution logic of The import * as _supabase_supabase_js_dist_module_lib_types from '@supabase/supabase-js/dist/module/lib/types'; But because there is no Problem is that the current architecture doesn't store these in |
as @marvinhagemeister pointed out, the types url |
Thank you! When can we expect a new release for these fixes? |
working on it |
done! @iuioiua can you please confirm? thanks |
Issue fixed! Thank you very much 🙏🏾 |
Failing module
Error message
After running
deno info https://esm.sh/@supabase/[email protected]
, the filehttps://esm.sh/v113/@supabase/[email protected]/dist/module/lib/types/dist/module/index.d.ts
was reported as missing. It's pointed to byhttps://esm.sh/v113/@supabase/[email protected]/dist/index.d.ts
for some reason.This missing file slows down startup times as the startup pauses until concluding that this file is missing. As a workaround, I've had to
deno run --cached-only...
Is this a fault of the package or ESM?
Additional info
Related:
The text was updated successfully, but these errors were encountered: