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
The error should be consistently reproducible like this
Doctor Output
[✓] Jaspr CLI (Version 0.17.0)
• Dart Version 3.6.1 (stable) (Tue Jan 7 09:50:00 2025 -0800) on "linux_x64" at /home/yoeri/snap/flutter/common/flutter/bin/cat
• Running on linux Linux 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 - Locale en_US.UTF-8
• Analytics: Enabled
[✓] Current Project
• Dependencies on core packages:
• jaspr: ^0.17.0
• jaspr_builder: ^0.17.0 (dev)
• jaspr_router: ^0.6.1
• Rendering mode: server
• Uses jaspr compilers: false
• Uses flutter embedding: false
Expected Behavior
I expect the jaspr builder to not crash
Additional Context
I am using drift alongside jasper so there are two packages using build_runner, this shouldnt be an issue but i dont know
what else could be causing it
The text was updated successfully, but these errors were encountered:
Can you try setting up a pure dart web project WITHOUT jaspr and see if the error is also there? Because this looks like its coming from build_web_compilers and not jaspr
Can you try setting up a pure dart web project WITHOUT jaspr and see if the error is also there? Because this looks like its coming from build_web_compilers and not jaspr
The default jaspr project works but after i make some changes this starts happening and it seems to be irreversible. (If I remove any changes I made the issue stays). Its been really hard to pinpoint what step exactly causes it I'll keep trying though.
The interesting thing is that the issue is replicable so it isn't something with my dart installation.
I can try setting up a pure dart web application but I don't know how to do that yet so will take me some time.
Description
I get this error when trying to
jaspr serve
my application.Steps To Reproduce
The error should be consistently reproducible like this
Doctor Output
Expected Behavior
I expect the jaspr builder to not crash
Additional Context
I am using drift alongside jasper so there are two packages using build_runner, this shouldnt be an issue but i dont know
what else could be causing it
The text was updated successfully, but these errors were encountered: