Yarco
Yarco3mo ago

Help! Wails with Deno, strange problem~

I'm creating some Wails Apps (https://wails.io/) through the command "wails init -n HERE -t react-ts -ide vscode". I have already created one that uses npm and node. (It works fine) Now I'm going to try Deno. So, after running that command in a new directory. I changed wails.json to use deno as the document said:
"frontend:install": "deno install",
"frontend:build": "deno task build",
"frontend:dev:watcher": "deno task dev",
"frontend:dev:serverUrl": "auto",
"frontend:install": "deno install",
"frontend:build": "deno task build",
"frontend:dev:watcher": "deno task dev",
"frontend:dev:serverUrl": "auto",
The weird thing is after I run wails dev, it executes new window (HERE) + old frontend app (which I created previously). But if I change back to use npm run version. It works fine. Don't know what's going on... Maybe someone could figure that out.
The Wails Project | Wails
Build beautiful cross-platform applications using Go
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?