ivandpf
ivandpf5mo ago

Since Upgrade DENO, compile fails.

Deno fails when I complie. A month ago no shows that error in console. It's break.
No description
1 Reply
Deno AI Helper
Deno AI Helper5mo ago
I'm sorry to hear that you're experiencing issues after upgrading Deno. I wasn't able to find the answer to your question in the official Deno documentation. However, based on your message, it seems there might be a few typos or syntax issues. When you mention "complie," I assume you mean "compile." Also, the phrase "no shows that error in console" is a bit unclear, but I understand that you're saying an error is now appearing in the console that wasn't there before. To potentially resolve the issue, please ensure that you are using the correct command to compile your Deno project. The typical command to compile a Deno project is:
deno compile [OPTIONS] [FILE]
deno compile [OPTIONS] [FILE]
Make sure that you are using the correct file path and options for your project. Additionally, since you've recently upgraded Deno, there might be changes or deprecations that affect your project. I recommend checking the release notes for the version you've upgraded to for any breaking changes. Please note that this advice is not based on the Deno documentation, and I advise you to double-check the accuracy of the advice given. If the problem persists, consider reaching out to the Deno community or checking the Deno GitHub repository for issues similar to yours.