(A clear and concise description of what the bug is)
Yes
(Write your steps here:)
git clone and cd Docusaurus repoyarn installcd websiteyarn startThe local server will start
A blank page shows up at localhost:3000, and the terminal says:
Module not found: Can't resolve '@generateddocusaurus-plugin-content-blologMetadata.json' in 'C:\Users\nebrelbug\Documents\Coding\Docusaurus\website.docusaurus'./.docusaurus/metadata.js
Follow the steps to reproduce
If you look in website/.docusaurus/routes.js and website/.docusaurus/routes.js, you can see that many of the routes look like this: 'C:\Users\nebrelbug\Documents\Coding\Docusaurus\docs\api-commands.md' when they should look like: C:\\Users\\nebrelbug\\Documents\\Coding\\Docusaurus\\docs\\api-commands.md
I'm guessing this has to do with the fact that Windows uses \ for paths
Thank you for reporting. It is very awesome to see a bug in v2 reported when we haven鈥檛 release even an alpha version of it yet 馃槀.
Things are still experimental on v2 and we still track things internally. I think its best to report such bug in our Discord for now at least until we release an alpha version of it so that people won鈥檛 get confused
By the way, thank you for being awesome 馃槉
@nebrelbug Thanks for reporting! Would you have time to help fix this? The v2 team doesn't have Window devices so bugs like this got unnoticed and it's also hard for us to fix it ourselves (we'll find a way to fix it if we can't get help from the community). We'll definitely pay more attention to such issues in future.
Thanks for fixing the issue @endiliey, and for the encouragement!