-
Notifications
You must be signed in to change notification settings - Fork 64
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
Deployments fail after upgrade to latest version #494
Comments
Can you run |
here it is :) please note I've reverted to the previous version just to be able to deploy; if required I can upgrade again. |
This is due to ohash v2, will be fixed in Nuxt 3.16 normally.
|
Ran it just now, worked (saw that the new nuxt version dropped in the meantime as well) |
ohash related issues should be gone by nuxt 3.16 + renew lock (if you spotted please consider sharing reproduction) - |
All good after the latest updates, thank you! |
Describe the bug
After upgrading to the latest version (0.8.18), deployments using npx nuxthub deploy or when building locally with pnpm build fail with the following error:
.nuxt/dist/server/server.mjs (21:18): "diff" is not exported by "node_modules/.pnpm/[email protected]/node_modules/ohash/dist/index.mjs", imported by ".nuxt/dist/server/server.mjs".
Environment:
OS: MacOS 15.3.1
Nuxt: 3.15.4
Wrangler: 3.109.2
Steps to reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: