You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe you ran into the issue because you did npm install and it installed the latest docusaurus package.
We primarily use yarn and have yarn.lock included in the repository. Can you try using yarn to install the dependencies? I did this on my end and it's working fine.
Let me know if it doesn't work for you. Also, we do accept PRs from outside the company. 🙂
Hi! I tried to run the project but it seems a validation system was added recently to Docusaurus as an attempt to avoid user configuration errors.
Expected Behaviour
Project to sucessfully run without failure.
Actual Behaviour
Project fails to run with validation error.
I've applied a minor patch and sent a pull request fixing the issue.
Step to reproduce
Clone the project and run
npm install
and thenyarn start
Error Screenshot
P.S. I'm really sorry if you guys don't accept PR from outside the company. I saw an issue and decided to address it.
The text was updated successfully, but these errors were encountered: