cicadahq/cicada

[bug] specified file not found

Closed this issue · 8 comments

I've installed the cicada CLI, and generated a file named Astro.ts, but this is the error i get every time.

Cicada has been authorized in github.

cicada run Astro

 ◥◣ ▲ ◢◤  Cicada is in alpha, it may not work as expected
  ◸ ▽ ◹   Please report any issues here: https://github.com/cicadahq/cicada

✅ Downloaded deno v1.32.5
[error] specified file not found in archive

Can you share the Astro.ts file?

Can you run cicada doctor and share the output here?

@jhechtf can you install manually Deno, it seems that our auto install didnt work.

What OS are you on?

Currently it just requires Deno >=1.32, not specifically 1.32.5. But yeah updating it should resolve this issue, also looking into actually fixing it.

Hopefully this commit will resolve it: a818c41

Ill create a new release soon!

I believe this is also now resolved in https://github.com/cicadahq/cicada/tree/v0.1.48 so I am going to close the issue