netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

fix: import errors #84

Closed deer closed 9 months ago

deer commented 9 months ago

@miguelrk, I tried running deno install -Arf https://deno.land/x/netzo/cli/netzo.ts, but sadly I get the following:

error: Module not found "https://deno.land/x/netzo@0.4.12/utils/console.ts".
    at https://deno.land/x/netzo@0.4.12/cli/netzo.ts:5:23

So I opened up the project and I found many import errors. Seems like you moved some things around recently. I also cleaned up the deno.jsonc file a bit to make some of the static analysis more helpful.

I'm now at least able to install the cli from source, run the cli to initialize a project, and run the project (after some modifications: look for another PR at some point).

miguelrk commented 9 months ago

Thanks for this @deer! Yeah, I've been moving things around these days due to some ongoing work, I was not careful enough to not break the CLI 😄 ... I'll merge these changes, and try getting a new working release with the ongoing work ASAP 👍🏼

I'm sorry that you had to stumble with this when trying it out!