-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
I updated from v2 to V3 and now I get error when i do npm run dev #8434
Comments
Hello @Thebuilderekes. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
I'd say it's likely you have some dependencies that are not updated. We will need some more information to help further, however. |
If anyone is able to attach a reproduction using https://astro.new/minimal that would significantly speed up our debugging process! |
My repo with the small project: https://github.com/teinett/learn-astro-images |
Looks like this is the code that is throwing. astro/packages/astro/src/runtime/server/render/any.ts Lines 14 to 22 in 273335c
|
Thanks @teinett! I'm taking a look right now. |
Will be fixed by #8440 |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
chrome
Describe the Bug
I updated from v2 to V3 and now I get this error when I use npm run dev. Now using node v18.17.1 (npm v10.0.0) Deleted and node modules folder and package-lock.json and used npm install while switching between versions 20.5.1, 18.14.1, 18.17.1 and still got the same error.
![astro2](https://private-user-images.githubusercontent.com/68848865/266053303-d19f730e-6cfd-494f-8e1c-b765f57ae455.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTMwNDksIm5iZiI6MTczODg5Mjc0OSwicGF0aCI6Ii82ODg0ODg2NS8yNjYwNTMzMDMtZDE5ZjczMGUtNmNmZC00OTRmLThlMWMtYjc2NWY1N2FlNDU1LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAxNDU0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyNmFkMGVlYzg2YTkxNzdkMmI4Mjc0OGM4YjYxZTY0NDU1ZGRjOTBhOWU0YmNlMTg3MjcyZjI5NzM4MDBmOWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xhBcefBa2LhPRxSKXxrMejAiWiYrF6hBB_ugFk0vS08)
What's the expected result?
I expect that the website shows up on localhost:4321
Link to Minimal Reproducible Example
--
Participation
The text was updated successfully, but these errors were encountered: