reallysimple
reallysimple copied to clipboard
Uncaught ReferenceError: myVersion is not defined
Using reallysimple in a project I get this error:
reallysimple.js:1 Uncaught ReferenceError: myVersion is not defined at node_modules/reallysimple/reallysimple.js (reallysimple.js:1:37)
Changing the semi-colon to a comma in line 1 seems to fix the error.
@scotthansonde -- thanks for the report.
For some reason it isn't an error when I use reallysimple.
We must be using different versions of Node and therefore our JS interpreters are different?
I don't know, but I have fixed the semicolon, and re-released in the form of v0.4.10.
Please let me know if it worked.
Yes, the error is fixed 👍