I'm sorry, but the knowledge sources provided do not contain any explicit information about the error "The 'name' argument must be specified" when running Nuxt or Nuxt Content. There are no documented causes or solutions for this specific error in the sources above.
However, based on the sources, here are some general troubleshooting steps that have resolved other build/start issues for Nuxt projects:
- Ensure you are using a supported Node.js version (Node 20.x or newer for the latest Nuxt Content) Nuxt Installation Requirements.
- Delete your
node_modules and lock file, then reinstall dependencies (which you already tried).
- If you migrated files from another project, sometimes starting with a fresh Nuxt project and carefully copying files over can resolve unexplained build issues, as mentioned in a similar case Stack Overflow: .output folder remains empty.
- Double-check your
package.json and nuxt.config for any misconfigurations or missing required fields.
Since the error message and its cause are not documented in the provided sources, I cannot offer a more specific solution. If the problem persists, you may want to search for this error in the Nuxt GitHub issues or ask in the Nuxt Discord for more targeted help.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: