-
Hello, I haven’t made any changes to my repo for a while, and today I ran
This issue is unexpected since the setup was previously working fine and I am not using presets. I haven’t modified any configurations or dependencies recently.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
If you use a lockfile then no Docusaurus or any update from npm could create such issue since it's the exact same code on your file system. You must have changed something on your env (package manager, OS, Node version...). |
Beta Was this translation helpful? Give feedback.
@slorber traced this issue back to this unifiedjs/unified#200
When I comment all the
remark
andrehype
plugins on each docs plugin instances in config file above,yarn start
goes through.I rolled back my node.js version to v20.18.2 and it worked. Not sure if new version breaks on docusaurus side or unified side.