-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild loop when running nuxi dev #832
Comments
The version of bridge appears to be out of date. |
@wattanx Thanks for the reply. I updated the version, removed the lock file, and reinstalled it, but the issue is still there. Here is another reproduction video (I also updated the reproduction repo) nuxt-bridge-2.mp4 |
@wattanx An update. I tried to run the same repo on a M1 Macbook with more RAM and the issue is happening less often. The only thing that changes seems to be that on the M1 the task completes faster. |
I can reproduce this |
Thanks for the report!! https://stackblitz.com/edit/github-3fgb91-mgegmc
|
Seeing exactly the same issue and same |
📝 Setting
|
I confirmed that the latest nuxi solved the problem. ( This will be resolved when Nuxt 3.7.0 is released! |
@wattanx I love u, u have saved my life!! |
@wattanx awesome! |
Resolved with version |
@wattanx I'm having the same issue while running
My dev server keeps recompiling/rebuilding infinitely EDIT: |
Environment
Reproduction
pnpm run dev
pnpm run dev
Describe the bug
On a fresh install of Nuxt and Nuxt Bridge, I often experience rebuild loops in development mode.
Sometimes the error is
Cannot read properties of null (reading 'close')
, more often the message is.nuxt/dist directory has been removed. Restarting nuxt...
. I attach a sample video of what's happening:nuxt-bridge.mp4
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: