You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @JustinyAhin, no I haven't been able to fix it. For the moment I'm still using my old setup, which is a demo project where I build and test the components before including them in the actual package 🙂
Got the same error, it looks like if you get an error in your code, in my case it was a wrong tailwind class in Vue , this is the error you get. looks like the error trace is broken :(
I've been noticing this error log overriding quite a few useful error logs. I suspect some of our error log changes may have caused this to surface. Trust me, it makes the core team's job much tougher as well 😆 Working on a fix!
What version of
astro
are you using?1.0.0-beta.5
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
Installing the Astro Component template produces an error while trying to run the development command:
# Initialize the Astro Component template in a new directory npm init astro my-new-component-directory -- --template component
I made a StackBlitz example using astro.new which ran the command automatically after installing the dependencies and it showed the error right away.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-nzbssy?file=README.md
Participation
The text was updated successfully, but these errors were encountered: