-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Docusaurus + Node.js 20.6 doesn't work #9291
Comments
Same issue |
I'm also on node v20.6 and I am getting the following when I try |
This issue is resolved in Node 20.6.1, can be closed. |
Can I get others to confirm? @homotechsual, @alewolf, @milesj? |
Looks to be working 👍 |
Great, let's close unless someone else reports otherwise 👍 |
I'll have to wait until Homebrew updates its tap to the newest version of node. I'll let you know once that's done. |
All good now on 20.6.1 |
@alewolf Should try https://moonrepo.dev/proto |
node 20.6.1 fixed docusaurus build bug facebook/docusaurus#9291
Still getting the same error as #9278 in Node v20.15.0 |
same question |
We aren't going to do anything on your comments here unless you open a new dedicated issue with a repro. |
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Docusaurus doesn't work under Node.js 20.6.0
Very likely related to a Node.js bug: nodejs/node#49497
That should be fixed soon.
In the meantime I don't think there's anything we can do apart using a different Node.js version.
Going to close all the other related Docusaurus issues as duplicate. For now we have:
Reproducible demo
No response
Steps to reproduce
Use Node.js 20.6 + Docusaurus
Expected behavior
It works
Actual behavior
It doesn't work
Your environment
Self-service
The text was updated successfully, but these errors were encountered: