Closed vstratful closed 1 year ago
So it looks like the path has changed from "@storyblok/astro/StoryblokComponent.astro"
to "@storyblok/astro/components/StoryblokComponent.astro"
, but when updating the import for the new path, I'm seeing these errors:
Not sure what I changed, but it's working fine for me now and I can't reproduce the issue anymore. Very weird.
Closing the issue.
Just started using StoryBlok and it also happened to me . Could it be because I'm using pnpm?
Yeah, I'm having the same issue as well. I'm just using regular old npm.
I'm experiencing this too, both with and without '/components' in the file path. Any idea on how to get past this?
I got the same error again. Can we reopen this issue?
Describe the issue you're facing
I'm following the Storyblok Astro tutorial, and it looks like there's an issue in the latest version with StoryblokComponent.astro.
Reproduction
N/A
Steps to reproduce
Follow the tutorial here: https://www.storyblok.com/tp/add-a-headless-cms-to-astro-in-5-minutes
The example Page.astro and Grid.astro both import this component that doesn't seem to exist.
System Info
Used Package Manager
npm
Error logs (Optional)
No response
Validations