Cannot create new nuxt? Error with requested module 'db0'
Just tried to update, but also errors out when installing a new project.
npx nuxi@latest init testproject
npx nuxi@latest init testproject
After
nuxt prepare
nuxt prepare
, it errors out with
The requested module 'db0' does not provide an export named 'connectors'
The requested module 'db0' does not provide an export named 'connectors'
ERROR The requested module 'db0' does not provide an export named 'connectors' 5:49:27 PM import { connectors } from 'db0'; ^^^^^^^^^^ SyntaxError: The requested module 'db0' does not provide an export named 'connectors' at ModuleJob._instantiate (node:internal/modules/esm/module_job:180:21) at async ModuleJob.run (node:internal/modules/esm/module_job:263:5) at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:547:26) at async loadNuxt (node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@nuxt/kit/dist/index.mjs:2666:37) at async Object.run (node_modules/.pnpm/@[email protected][email protected]/node_modules/@nuxt/cli/dist/chunks/prepare.mjs:30:18) at async runCommand (node_modules/.pnpm/[email protected]/node_modules/citty/dist/index.mjs:316:16) at async runCommand (node_modules/.pnpm/[email protected]/node_modules/citty/dist/index.mjs:307:11) at async runMain (node_modules/.pnpm/[email protected]/node_modules/citty/dist/index.mjs:445:7)
ERROR The requested module 'db0' does not provide an export named 'connectors' 5:49:27 PM import { connectors } from 'db0'; ^^^^^^^^^^ SyntaxError: The requested module 'db0' does not provide an export named 'connectors' at ModuleJob._instantiate (node:internal/modules/esm/module_job:180:21) at async ModuleJob.run (node:internal/modules/esm/module_job:263:5) at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:547:26) at async loadNuxt (node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@nuxt/kit/dist/index.mjs:2666:37) at async Object.run (node_modules/.pnpm/@[email protected][email protected]/node_modules/@nuxt/cli/dist/chunks/prepare.mjs:30:18) at async runCommand (node_modules/.pnpm/[email protected]/node_modules/citty/dist/index.mjs:316:16) at async runCommand (node_modules/.pnpm/[email protected]/node_modules/citty/dist/index.mjs:307:11) at async runMain (node_modules/.pnpm/[email protected]/node_modules/citty/dist/index.mjs:445:7)
However i couldn't find any issue on it. Anyone else got a similar error? (a friend of mine also did...)