question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot find module 'detab'

See original GitHub issue

Version

@nuxt/content: 1.7.1 nuxt: 2.14.4

Steps to reproduce

  1. Create project with nuxt 2.14.4 and content 1.7.1.
  2. 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:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
ludo237commented, Sep 2, 2020

This error popped up right now for me, never had an issue with nuxt content since today

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found