Closed n8duff closed 7 years ago
My server.js was already built using strict javascript, workaround needed for --use-strict
--use-strict
nodejs --use-strict server.js
Error output:
.../node_modules/tingodb/lib/tcoll.js:1138 with (value.scope) { ^^^^ SyntaxError: Strict mode code may not include a with statement
My server.js was already built using strict javascript, workaround needed for
--use-strict
nodejs --use-strict server.js
Error output: