AngelHdz

Results 76 comments of AngelHdz

> Hmm, thanks for reminder about `nuxi init -t`, it covers 98% of my needs. I will only need to remove playground folder manually and rename module in nested files...

I'm genuinely curious as to what do you use a `pinia` folder for? I use only the stores folder, and the icon is working with this extension: ![image](https://github.com/tal7aouy/vscode-icons/assets/10191085/7ca51f24-e9c5-41f6-9714-ab30ab83bf88)

> Hey @angelhdzmultimedia 👋 > > This happend, when a folder with the same name already exists (see error message). You can / should just choose a different name for...

> Eventually I found out that this was because `nuxt`’s [Performance](https://github.com/nuxt/cli/blob/v3.11.1/CHANGELOG.md#-performance) mode would fork the main process once, causing `nuxt-electron`’s hooks to listen to the wrong(random) `server.port`. > > **I...

### Update Modified the `dev` script as you mentioned. Error continues. But found something interesting... if I run `bun --bun run dev` (which runs the script with Bun runtime instead...

> For anyone else that comes here for this issue, @caoxiemeihao's fix worked for me. I'm not using Bun, fwiw. I keep having the issue, switched to pnpm. Deleted `node_modules`....

Hmmm... the loop is gone... new error: ![image](https://github.com/caoxiemeihao/nuxt-electron/assets/10191085/2d37b0c3-1fab-4380-ad52-6d089d9ead8c) **Edit:** Nevermind. Loop is back.

> @angelhdzmultimedia You can try to use the latest **quick-start**, I downgraded `nuxt` to `3.6.5` and everything works fine. Oooh downgrading to nuxt 3.6.5 did it! Thanks! 🤯🙏 ![image](https://github.com/caoxiemeihao/nuxt-electron/assets/10191085/8c856506-27c5-4fed-af34-c4bc350b0aec)

> Thanks for developing this great module @caoxiemeihao I was reliant on it for a couple of my apps, but currently can not use it without downgrading multiple packages which...

> I also encountered this loop problem, tried @angelhdzmultimedia's bun solution with @caoxiemeihao extra flag, which worked **once**, although the DevTools where broken. Any builds since then just spits out,...