dyld[79748]: missing symbol called - @nuxt/content - Deno runtime
Hey, just tried to set up Nuxt with Nuxt Content setup on a Deno runtime. When activating the @nuxt/content module in
nuxt.config.ts
nuxt.config.ts
, the app no longer launches and results terminates with:
dyld[79748]: missing symbol called ERROR [unhandledRejection] Unknown signal: 0 3:37:12 PM at toDenoSignal (ext:deno_node/internal/child_process.ts:390:11) at ChildProcess.kill (ext:deno_node/internal/child_process.ts:299:53) at kill (node_modules/.deno/@[email protected]/node_modules/@nuxt/cli/dist/chunks/dev.mjs:200:17) at Process.<anonymous> (node_modules/.deno/@[email protected]/node_modules/@nuxt/cli/dist/chunks/dev.mjs:260:7) at Object.onceWrapper (ext:deno_node/_events.mjs:518:26) at Process.emit (ext:deno_node/_events.mjs:405:35) at Process.emit (node:process:342:40) at Process.exit (node:process:62:13) at ChildProcess.<anonymous> (node_modules/.deno/@[email protected]/node_modules/@nuxt/cli/dist/chunks/dev.mjs:232:17) at ChildProcess.emit (ext:deno_node/_events.mjs:393:28)
dyld[79748]: missing symbol called ERROR [unhandledRejection] Unknown signal: 0 3:37:12 PM at toDenoSignal (ext:deno_node/internal/child_process.ts:390:11) at ChildProcess.kill (ext:deno_node/internal/child_process.ts:299:53) at kill (node_modules/.deno/@[email protected]/node_modules/@nuxt/cli/dist/chunks/dev.mjs:200:17) at Process.<anonymous> (node_modules/.deno/@[email protected]/node_modules/@nuxt/cli/dist/chunks/dev.mjs:260:7) at Object.onceWrapper (ext:deno_node/_events.mjs:518:26) at Process.emit (ext:deno_node/_events.mjs:405:35) at Process.emit (node:process:342:40) at Process.exit (node:process:62:13) at ChildProcess.<anonymous> (node_modules/.deno/@[email protected]/node_modules/@nuxt/cli/dist/chunks/dev.mjs:232:17) at ChildProcess.emit (ext:deno_node/_events.mjs:393:28)
When changing the runtime to Node, it works perfectly though. Any ideas?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community