Open hamza-m-masood opened 9 months ago
I believe this is due to vue-tsc being an older version in the template try updating to a later version. Was able to reproduce issue on my machine and updating vue-tsc to ^1.8.27
fixed the build stage. Template might just need an update
Thanks that fixed it!
Description
I received this error when executing
wails dev
on thevue-ts
template:To Reproduce
node version: v20.11.0 wails version: v2.7.1 I ran this command:
wails init -t vue-ts -n hamza
then I entered the generated folder and ran this command:wails dev
Expected behaviour
I expect the
wails dev
command to function correctly without errors.Screenshots
No response
Attempted Fixes
I attempted various version of nodejs and wails. I was not able to run
vue-ts
template successfully.System Details
Additional context
No response