svelte-nodegui-starter
svelte-nodegui-starter copied to clipboard
All the scripts just don’t work on a fresh clone with `npm i`. The first install warned me about an old lockfile, so apologies if I am necroposting. 💀 EDIT:...
Hey! I just cloned this repository and installed dependencies but when I tried to run `npm run dev`. I got this error message: ``` ERROR in src/app.ts:4:15 TS2345: Argument of...
OK, so there are two problems with this repo: * it doesn't run at all * all components overlap This PR fixes the first issue so it runs at all...