denoland/deno-astro-adapter

The adapter @astrojs/deno doesn't provide a feature map. It is required in Astro 4.0

Closed this issue ยท 2 comments

As mentioned in the title, I keep seeing this error when attempting to run Astro's build step. I see that very recently the Deno team finally updated the repo here to utilize Astro 4.0, but it seems they might have missed a step. ๐Ÿ˜…

@Mac-Mann yeah, there are some issues with updating the package in npm registry as astro team remains to be the owner of @astrojs/deno package ๐Ÿ˜„
for now you can update your package.json to install adapter directly from this repository, works for me.

"@astrojs/deno": "github:denoland/deno-astro-adapter",

@skrzepij Thanks so much for sharing this! That seemed to do the trick, much appreciated! ๐Ÿ‘๐Ÿป