6

Only in React packages...

When you follow the documentation to the exact dot and you get an error and nothing works.

And the stack trace gives you an error coming out of some deep async call, made many calls before the error.

Therefore the stack trace has nothing to tell you.

Equivalent of a brick falling on your head, just bad luck, who said programming should be deterministic anyway...

Comments
  • 0
    Be sure you use the proper version of Node. I once got the similar issue which was solved by removing Node 11 and installing ver 8 instead.
Add Comment