Closed deer closed 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!
@miguelrk, I tried running
deno install -Arf https://deno.land/x/netzo/cli/netzo.ts
, but sadly I get the following: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).