Closed 1j01 closed 6 years ago
Thanks for trying webdash!
I think you're running a version of node that is older that 8.0 Can you please update node and try again?
Oh, that makes sense. I just saw those one line errors (no stack trace) and noped out of debugging. (I had already done a lot of debugging that day, and I was specifically switching projects to do something that was not debugging.)
Theoretically there would have been a warning about engines
not matching, but I guess I missed that. It would be nice if it checked the version of Node from within the code. Or if it was mentioned on the docs what version of Node you need. Oh wait, it does mention it. I definitely missed that. (a git blame confirms it was added before I looked at it.) It would be nice if it was highlighted as a real step, something you need to check. (I'm pretty sure I pasted in that whole thing after a quick glance of it 😳)
I'm not sure if engines
made it to the last release or not, but it'll be available in 1.3
but anyway it's just a warning on installation, I feel like people tend to skip these warnings
so in v1.3 there'll be a warning when you run webdash serve, as shown here
reference: #46
Sweet!