Skip to content

Factory: Fix run-time exception on "RASPBIAN STRETCH LITE"#2

Open
jkonecny75 wants to merge 1 commit intoalladdin:masterfrom
jkonecny75:user/konecny75/fix_exception
Open

Factory: Fix run-time exception on "RASPBIAN STRETCH LITE"#2
jkonecny75 wants to merge 1 commit intoalladdin:masterfrom
jkonecny75:user/konecny75/fix_exception

Conversation

@jkonecny75
Copy link
Copy Markdown

Without "use strict" the command "lox-mqtt-gateway" throws exception:

/usr/local/lib/node_modules/node-lox-mqtt-gateway/node_modules/node-lox-structure-file/lib/Factory.js:85
let output_item = func.call(this, entry, list[entry]);
^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (/usr/local/lib/node_modules/node-lox-mqtt-gateway/lib/index.js:7:18)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)

Without "use strict" the command "lox-mqtt-gateway" throws exception:

  /usr/local/lib/node_modules/node-lox-mqtt-gateway/node_modules/node-lox-structure-file/lib/Factory.js:85
          let output_item = func.call(this, entry, list[entry]);
          ^^^

  SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
      at exports.runInThisContext (vm.js:53:16)
      at Module._compile (module.js:373:25)
      at Object.Module._extensions..js (module.js:416:10)
      at Module.load (module.js:343:32)
      at Function.Module._load (module.js:300:12)
      at Module.require (module.js:353:17)
      at require (internal/module.js:12:17)
      at Object.<anonymous> (/usr/local/lib/node_modules/node-lox-mqtt-gateway/lib/index.js:7:18)
      at Module._compile (module.js:409:26)
      at Object.Module._extensions..js (module.js:416:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant