-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fresh project error: pinceau/volar Error [ERR_REQUIRE_ESM] #986
Comments
The error above ends with |
|
Building succeeded. Though there was an initial error as shown below. Environment:
|
same problem |
1 similar comment
same problem |
same |
same for me |
Same problem |
It seems not effect the building result, but still is a issue. |
This is breaking our builds :( |
i had this issue too. in my case it helped to remove the .nuxt folder an make sure to run the postinstall script |
issue still persists |
Installing Raised an issue here as well so it can be fixed in proper place |
Current issue. With greater version then 0.15.4 on nuxt docus npm run build command fails due this issue Issue Link: nuxt-themes/docus#986
When creating fresh project, getting error like this:
Full stack strace
Tried Node 20, 18 and 16, they all result with same error
Steps to reproduce:
npx nuxi@latest init tmp-content
npm i @nuxt-themes/docus
extends
tonuxt.config.ts
extends: "@nuxt-themes/docus",
so it looks like this
npm run build
Example repo: https://github.com/McSneaky/nuxt-docus-volar-bug
The text was updated successfully, but these errors were encountered: