Unable to run examples on localhost
siddtheone opened this issue · 3 comments
siddtheone commented
ewanharris commented
👋🏻 @siddtheone, thanks for the issue!
For the first error, please ensure you're using Node.js 14 or newer as the dev server uses some features only available from that that version.
As for the second one, it's unfortunate that we use unix commands that aren't always available on Windows. We could
potentially replace those calls with rimraf (although I do not have a Windows machine available to test the full dev flow), I'd be happy to review a PR for that if you were able to test on your Windows machine
siddtheone commented
I can test it.
ewanharris commented
Closing this issue out as the main issue is fixed, happy to review the Windows PR if you're still interested in that.