-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Windows path resolve issue with actions #691
Comments
Well... I think i found a solution. if you delete /build/pages/index.js |
It looks like bad path resolution in Windows: ![]() We are already using
I see you have Bun 1.1.38, this had several regressions and currently there is 1.1.42. Could you check if it is fixed? This used to work fine in previous versions of Bun. Related to this old Windows issue #538 thank you for reporting it @LUISMAGAIVER341 |
@aralroca Can you please assign this to me? |
@Jaishree2310 sure 😊 thanks! |
Thx! |
@Jaishree2310 do you need some context? Feel free to ask me anything on Discord or here. |
Describe the bug
Basically it gives a error that can't compile actions.
To Reproduce
Steps to reproduce the behavior:
bun create brisa@latest
bun install
to certify the fresh installbun dev
orbrisa dev
to runExpected behavior
Clear and error less output
Screen recording
![image](https://private-user-images.githubusercontent.com/84512640/398003928-2c578624-7b8f-401a-9f67-1b194a2dfd5f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjIyNTEsIm5iZiI6MTczOTM2MTk1MSwicGF0aCI6Ii84NDUxMjY0MC8zOTgwMDM5MjgtMmM1Nzg2MjQtN2I4Zi00MDFhLTlmNjctMWIxOTRhMmRmZDVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyMDU1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1YzhmNDJmODVjZjUzNzVlM2NmNGIxYzRhNDRjODBhOTc0MjM5YmMxMTk5MTA2YWMxYzVlNWQxMGI5NTg3OWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fNY1KSwqvpbWYLrdMD-cPrLvgi1Rve58jLVHaZhDTRY)
NOTE
![image](https://private-user-images.githubusercontent.com/84512640/398003971-a77bfde2-cb9f-4a31-9e6d-f6340efa8ad1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjIyNTEsIm5iZiI6MTczOTM2MTk1MSwicGF0aCI6Ii84NDUxMjY0MC8zOTgwMDM5NzEtYTc3YmZkZTItY2I5Zi00YTMxLTllNmQtZjYzNDBlZmE4YWQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyMDU1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgzMDc4YTZlODgyMTAzNWJlYWVlNTQyMDdiMGU5YTFhNWVlNGExNWQ2Yzg5YWEwMjMzOThmY2U5NTM5OWRjMGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VXZjnyHNJV9RwFLh933dehi3zZiShJVaRsz19qjRrwY)
The site renders
But i think it didn't completely.
The text was updated successfully, but these errors were encountered: