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
Nuxt 3.14.1592 with Nitro 2.10.4 03:40:01
03:40:01
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ DevTools: press Shift + Alt + D in the browser (v1.6.4) 03:40:04
√ Vite client built in 34ms 03:40:05
√ Vite server built in 464ms 03:40:05
√ Nuxt Nitro server built in 695 ms nitro 03:40:06
i Vite client warmed up in 0ms 03:40:06
i Vite server warmed up in 488ms 03:40:07
WARN [Vue Router warn]: uncaught error during route navigation:
ERROR Cannot find module './compose/composer.js'
Require stack:
- C:\Users\vpt94\Desktop\nuxt3_mdc_starter\yaml
Require stack:
- yaml
at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15)
at Function._load (node:internal/modules/cjs/loader:1075:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
at Module.require (node:internal/modules/cjs/loader:1340:12)
at require (node:internal/modules/helpers:141:16)
at yaml:3:16
at ViteNodeRunner.runModule (/C:/Users/vpt94/Desktop/nuxt3_mdc_starter/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:399:11)
at ViteNodeRunner.directRequest (/C:/Users/vpt94/Desktop/nuxt3_mdc_starter/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:381:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
WARN [Vue Router warn]: uncaught error during route navigation:
ERROR Cannot find module './compose/composer.js'
Require stack:
- C:\Users\vpt94\Desktop\nuxt3_mdc_starter\yaml
Require stack:
- yaml
at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15)
at Function._load (node:internal/modules/cjs/loader:1075:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
at Module.require (node:internal/modules/cjs/loader:1340:12)
at require (node:internal/modules/helpers:141:16)
at yaml:3:16
at ViteNodeRunner.runModule (/C:/Users/vpt94/Desktop/nuxt3_mdc_starter/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:399:11)
at ViteNodeRunner.directRequest (/C:/Users/vpt94/Desktop/nuxt3_mdc_starter/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:381:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
WARN [nuxt] Failed to stringify dev server logs. Received DevalueError: Cannot stringify arbitrary non-POJOs. You can define your own reducer/reviver for rich types following the instructions in https://nuxt.com/docs/api/composables/use-nuxt-app#payload.
The text was updated successfully, but these errors were encountered:
I try the min example to get error :
nuxt.config.ts
package.json
app.vue
pages/index
( if i remove
<MDC :value="md" />
, it works well )when i run dev:
console
The text was updated successfully, but these errors were encountered: