auth0/auth0.js

Unable to run examples on localhost

siddtheone opened this issue · 3 comments

I am unable to run examples on localhost.

  • Cloned the repo on mac with VS code
  • Ran npm install on project root.
  • Ran npm start

image

Tried on windows 11, in VS code. Same error in PowerShell

image

👋🏻 @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

I can test it.

Closing this issue out as the main issue is fixed, happy to review the Windows PR if you're still interested in that.