Closed therealokoro closed 2 weeks ago
I can't seem to replicate the issue after creating a template via npx nuxthub init my-app
on Windows 11, then following the Drizzle recipe docs.
------------------------------
- Operating System: Windows_NT
- Node Version: v20.18.0
- Nuxt Version: 3.13.2
- CLI Version: 3.15.0
- Nitro Version: -
- Package Manager: pnpm@9.12.3
- Builder: -
- User Config: default
- Runtime Modules: @nuxthub/core@0.8.3, @nuxt/eslint@0.6.1
- Build Modules: -
------------------------------
Try updating Node.js (and pnpm optionally but it won't fix this), and/or deleting node_modules
and pnpm-lock.yaml
then reinstalling dependencies.
If the issue persists, please could you make a minimal reproduction :)
I think this error is local to my system, but I just can't seem to understand why. I've gone through the internet and could find anything that could help out. This error only happens when I install nuxt hub and wrangler into the project. I have tried using even the starter templates on nuxt hub homepage and I am greeted with the same issue.
That's a very strange issue. After creating a starter template, could you try npx nuxt build
then npx nuxthub preview
? That way we can see whether Wrangler runs on its own.
I got it fixed by updating my VC_redist on my system. Apparantly that was the issue. Well thanks for the help
Describe the bug I keep getting this error, each time I try running the development server. I have nuxthub installed on a working nuxt app. I am using Win 11
Here is my app info generated by
nuxi info
Steps to reproduce Steps to reproduce the behavior: Install nuxthub, wrangler, drizzle-orm, drizzle-kit
Expected behavior Absolutely no errors.