You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is and error after npm run dev with modified package.json:
jankaderabek@Jan-MacBook-Pro-2 nuxt3-async-data-ssr-error % npm run dev
> dev
> nuxt dev
Nuxt CLI v3.0.0-27247403.694e95b 21:34:35
ERROR object is not iterable (cannot read property Symbol(Symbol.iterator))
at new Set (<anonymous>)
at node_modules/nuxi/dist/chunks/dev.mjs:4424:20
at ModuleJob.run (node:internal/modules/esm/module_job:183:25)
at async Loader.import (node:internal/modules/esm/loader:178:24)
at async _main (node_modules/nuxi/dist/chunks/index.mjs:395:17)
Environment
Darwin
v16.11.1
3.0.0-27247403.694e95b
npm
Vite
-
-
-
Describe the bug
There is and error after
npm run dev
with modified package.json:Reproduction
https://stackblitz.com/edit/github-hfd1pl?file=package.json
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: