-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docus] error when trying Yarn dev #1834
Comments
Hi @djennadhamza |
Yes i tried this on |
Do you have any diff in your version control about |
I found in some articles that this problem related to Node.js . Then I upgraded my version (12.22.0 to 14.18.0) & i did ╭───────────────────────────────────────╮ i Preparing project for development 19:43:53 ERROR Cannot set property 'next' of undefined 19:43:58 at subcontent (node_modules\micromark\dist\util\subtokenize.js:179:52) i Discovered Components: .nuxt/components/readme.md 19:44:18 FATAL Cannot set property 'next' of undefined 19:44:38 at subcontent (node_modules\micromark\dist\util\subtokenize.js:179:52) ╭────────────────────────────────────────────────────────╮ error Command failed with exit code 1.
|
I think is OS problem. I use Windows have same issue. but mac and linux is fine. |
I have the same issue yarn : 1.22.15 with npm : with yarn :
What should we do to solve this problem? |
Download the latest stable Node version (Node v12 doesn't have the |
I'll try to install linux on virtual machine and give it a chance |
Hi ,
I tried to run
but i get this error:
✖ Nuxt Fatal Error │
│ │
│ Error: Cannot find module 'pathe' │
│ Require stack: │
│ - ~\nuxtjs.org\node_modules@docus\theme\node_modules@nuxt\kit\dist\index.mjs
Modified the "pathe" to "path" in index.mjs file
Then i get this error:
✖ Nuxt Fatal Error │
│ │
│ Error: Cannot find module 'mlly' │
│ Require stack: │
│ - ~\nuxtjs.org\node_modules@docus\theme\node_modules@nuxt\kit\dist\index.mjs
what i'm doing wrong ?
The text was updated successfully, but these errors were encountered: