Closed Debdut closed 2 years ago
Master now has the fixes for this. Please test using this guide. If it doesn't work as expected, please reopen 👍
Thanks will check!
Hey, in the master build I don't see an preact-ts template through
Please select a template (* means unsupported on current platform):
1: Angular - Angular 8 template (Requires node 10.8+)
2: React JS - Create React App v4 template
3: Svelte - A basic Svelte template
4: Vanilla - A Vanilla HTML/JS template
5: Vue3 Full - Vue 3, Vuex, Vue-router, and Webpack4
6: Vue3 JS - A template based on Vue 3, Vue-router, Vuex, and Webpack5
7: Vue2/Webpack Basic - A basic Vue2/WebPack4 template
8: Vuetify1.5/Webpack Basic - A basic Vuetify1.5/Webpack4 template
9: Vuetify2/Webpack Basic - A basic Vuetify2/Webpack4 template
Please choose an option [1]:
Plus the initial init command in the docs doesn't work
$ wails init -n codeui -t preact-ts
Error: flag provided but not defined: -n
That screenshot is using wails v1
really sorry man to keep bothering you, used wrong command to install, how should I install the master?
tried these, but still getting same errors
go install github.com/wailsapp/wails/v2/cmd/wails@master
go install github.com/wailsapp/wails/v2/cmd/wails@e6c9b13
Thanks,
Lol I was following that only to install wails, and this issue was created after doing the wails installation via this command
go install github.com/wailsapp/wails/v2/cmd/wails@latest
I did that again but the preact problem still remains, but my fix somehow solved it
Description
Throws error on
wails dev
To Reproduce
Expected behaviour
No error
Screenshots
Attempted Fixes
No response
System Details
Additional context
No response