Have issues running the template with Wails
nikitavoloboev opened this issue · 1 comments
nikitavoloboev commented
Thanks for making the template. ❤️
I tried using it but when I ran: wails create -n my-solid-app -t https://github.com/sidwebworks/wails-solid-template.git
I got:
wails create -n my-solid-app -t https://github.com/sidwebworks/wails-solid-template.git
Wails CLI v2.0.0
Available commands:
build Builds the application
doctor Diagnose your environment
dev Development mode
generate Code Generation Tools
show Shows various information
update Update the Wails CLI
version The Wails CLI version
Flags:
-help
Get help on the 'wails' command.
If Wails is useful to you or your company, please consider sponsoring the project:
https://github.com/sponsors/leaanthony
And I am not sure why. Perhaps you know.
Would be thankful for any help. Thank you.
nikitavoloboev commented
Ok its solved by running: wails init -n my-solid-app -t https://github.com/sidwebworks/wails-solid-template
. Made pr #2