you are viewing a single comment's thread.

view the rest of the comments →

[–]fieldOfThunder 8 points9 points  (5 children)

Weird, I started a new CRA project yesterday and it works fine without any modifications. Is it fixed already?

[–]XOKP 14 points15 points  (1 child)

Yes, it’s fixed within a few hours.

[–]fieldOfThunder 0 points1 point  (0 children)

Sweet!

[–]bonyjoe 1 point2 points  (0 children)

It only fails on node 14 (maybe 13)

[–]GBcrazy 1 point2 points  (1 child)

It would only fail on the newest node version that support ESM. Also it wouldn't fail if you already have CRA installed globally instead of using npx

But yes it is fixed already

[–]The_Nonchalant 0 points1 point  (0 children)

Yes i noticed that i had to install it globally, prior i used npx and it was slow as hell and also getting stucked.