N
Nuxt7d ago
mllnd

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, 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?
2 Replies
kapa.ai
kapa.ai7d ago
Hi @mllnd. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I'm sorry, but the knowledge sources do not contain explicit information about the "dyld: missing symbol called" error or compatibility issues when running @nuxt/content on the Deno runtime. While there is a reference to a Nuxt installation guide for Deno, it does not provide details about @nuxt/content module support or troubleshooting for this specific error. The documentation primarily covers standard installation and usage on Node.js environments, and does not mention Deno-specific limitations or solutions for this error with Nuxt Content. Therefore, I cannot provide a confident answer based on the available information docs: provide nuxt installation guide with deno. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai7d ago
<@257573357531299840> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?