-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot find package $app #52
Comments
@MichaelBrunn3r same error for me 😐 |
@MichaelBrunn3r I think that this bug come from sveltejs/kit#5005, the SvelteKit upgrade from Vite 2 to 3. In short term, I propose to pin Vite version here (see also this comment). cc @mihar-22 |
Can be fixed by #56 |
Should be resolved now on latest. |
Fresh install with these commands:
Yields this error:
The culprit:
$app
would lead me to believe this is a missing alias?The text was updated successfully, but these errors were encountered: