Closed tobychidi closed 3 weeks ago
Can you please recreate your project lockfile (by removing pnpm-lock.yaml
and try again? It should show 2.10.1
in both nuxi info
and the nuxt dev
banner.
Just updated to v2.10.2
. The issue has been fixed.
Environment
Environment:
Reproduction
Reproduction:
in my case was after pnpm up --latest
Describe the bug
After updating Nitropack to version 2.10.0, my Nuxt project fails to build with the error
[worker reload] [worker init] C:/Users/tobychidi/Documents/GitHub/kaycee/Rotabliss/.nuxt/dev/index.mjs failed
.This happens after
pnpm up --latest
andpnpm dev
Additional context
Expected Result: The project should build successfully without errors.
Actual Result: The build fails with the error mentioned above.
Additional Information:
Logs
No response