We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by thibaultleouay January 9, 2025 I'm trying to use deno with astro, but i have one issue when importing
import { defineCollection } from 'astro:content';
The ide is crying with this error :
Uncached or missing remote URL: astro:contentdeno(no-cache)
How can i handle it?
The text was updated successfully, but these errors were encountered:
What package is this? It would be surprising (but not surprising) if npm packages allowed colons in the name. I can't find this one though.
Sorry, something went wrong.
I believe it's a virtual module set up by astro's vite plugin.
They have type declarations for it https://github.com/withastro/astro/blob/df0c5665c1c1bbbaa878d01bca28d6558762ea00/packages/astro/templates/content/types.d.ts#L20, but the actual module doesn't exist until the vite plugin supplies it
No branches or pull requests
Discussed in #27598
Originally posted by thibaultleouay January 9, 2025
I'm trying to use deno with astro, but i have one issue when importing
The ide is crying with this error :
Uncached or missing remote URL: astro:contentdeno(no-cache)
How can i handle it?
The text was updated successfully, but these errors were encountered: