Error: Cannot find module 'detab'
See original GitHub issueVersion
@nuxt/content: 1.7.1 nuxt: 2.14.4
Steps to reproduce
- Create project with nuxt 2.14.4 and content 1.7.1.
- Run
yarn nuxt
What is Expected?
No error
What is actually happening?
Getting the following error:
Nuxt Fatal Error
Error: Cannot find module 'detab'
Require stack:
- /sandbox/node_modules/@nuxt/content/parsers/markdown/handlers/code.js
- /sandbox/node_modules/@nuxt/content/parsers/markdown/handlers/index.js
- /sandbox/node_modules/@nuxt/content/parsers/markdown/index.js
- /sandbox/node_modules/@nuxt/content/parsers/index.js
- /sandbox/node_modules/@nuxt/content/lib/database.js
- /sandbox/node_modules/@nuxt/content/lib/index.js
- /sandbox/node_modules/@nuxt/core/dist/core.js
- /sandbox/node_modules/@nuxt/cli/dist/cli-index.js
- /sandbox/node_modules/@nuxt/cli/dist/cli.js
- /sandbox/node_modules/nuxt/bin/nuxt.js
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
vue.js - Nuxt Cannot find module @nuxt/ufo from /app/cilent ...
I have a docker image running a nuxt application that i restarted today and with no other changes being made other than ...
Read more >cannot find module [Node npm Error Solved] - freeCodeCamp
In my case, I got it like this "Module not found: Error: Can't resolve 'react-icons/fa' in 'C:\Users\user\Desktop\Projects\Address Locator\ ...
Read more >Error: Cannot find module in JavaScript [SOLVED]
We can solve Error: Cannot find module by installing the missing module. We can use npm tool to install the mising module.
Read more >ghci/Linker.lhs - Haskell.org Downloads
May cause loading the module that contains the name. -- -- Throws a 'ProgramError' if loading fails or the name cannot be found....
Read more >@nuxt/content - Awesome JS
Fix error in ContentQuery where clause example (#1643) ... module: Make documentDriven configs optional (#1539); Add missing imports (451b000e); Missing ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Problem is https://github.com/syntax-tree/mdast-util-to-hast/commit/914a6b77b9d363c588dcc6ef61f96053ec1b3b1e I create a PR in a mom
This error popped up right now for me, never had an issue with nuxt content since today