-
Notifications
You must be signed in to change notification settings - Fork 39
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
Deno integration doesn't work with Deno 2.1.5 #377
Comments
Looks like this is failing because the Trying to figure out why that is, but it looks like something might have changed in the 2.1.5 release of Deno. |
DCP logs:
Resource is reporting |
If I try to restart the process from the dashboard, I see this in the logs (from the App Host process, not in the dashboard):
|
The Deno 2.1.5 release seems to have changed something in how the Deno app launches, which results in the integration being unable to start apps using
deno run
, this means that theAddDenoApp
does not work with Deno 2.1.5 (although it does seem to work with 2.1.4).Consider this as a blocking issue if you are using the Deno integration.
Workaround
From my testing, it seems that using the
AddDenoTask
extension method to run a task defined in thedeno.json
file does work, and thus, this is the recommended approach until the problem is resolved. Here is an example:Original issue
https://github.com/CommunityToolkit/Aspire/actions/runs/12701892107/job/35407179902
One of the Deno tests has started timing out, need to investigate why.
Edit
I'm pinning this issue as it's blocking CI, and I think it's also meaning that the Deno integration is currently broken.
The text was updated successfully, but these errors were encountered: