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
I test out the tool you created, and I got the following error.
template: https://codeload.github.com/fluent-ci-templates/bun-pipeline/zip/refs/tags/v0.8.1
error: Uncaught (in promise) TypeError: Deno.writeAllSync is not a function
Deno.writeAllSync(
^
at writeLine (https://deno.land/x/spinners@v1.1.2/util.ts:39:7)
at TerminalSpinner.render (https://deno.land/x/spinners@v1.1.2/terminal-spinner.ts:182:3)
Deno version: 2.2.2
The text was updated successfully, but these errors were encountered:
Thank you for testing FluentCI and for reporting this issue!
The error occurs because Deno.writeAllSync has been removed in Deno 2, and FluentCI still contains references to it. We will update the code to replace all instances of Deno.writeAllSync with a compatible alternative for Deno 2.
We appreciate your patience, and we'll notify you once the fix is available. In the meantime, if you need to use FluentCI immediately, you can try running it with Deno 1.x as a temporary workaround
Hello @tsirysndr
I test out the tool you created, and I got the following error.
Deno version: 2.2.2
The text was updated successfully, but these errors were encountered: