@docusaurus/init@latest not compatible with Node LTS #4227
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
closed: duplicate
This issue or pull request already exists in another issue or pull request
🐛 Bug Report
@docusaurus/init@latest
has transitive dependencies onchokidar@2
andfsevents@1
, which are broken on Node 14+.Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
npx -y @docusaurus/init@latest init docusaurus-docs classic
Expected behavior
Project setup that is compatible with Node LTS.
Actual Behavior
Your Environment
npx -y @docusaurus/init@latest -- --version
reports2.0.0-alpha.70
.Reproducible Demo
The problem happens before running docusaurus or making a website.
The text was updated successfully, but these errors were encountered: