Advertisement
P0tepionyy

Untitled

Feb 25th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. root@localhost:/var/www/html# node app.js
  2. /var/www/html/app.js:34
  3. let obj = Object.assign({}, template);
  4. ^^^
  5.  
  6. SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
  7. at exports.runInThisContext (vm.js:53:16)
  8. at Module._compile (module.js:373:25)
  9. at Object.Module._extensions..js (module.js:416:10)
  10. at Module.load (module.js:343:32)
  11. at Function.Module._load (module.js:300:12)
  12. at Function.Module.runMain (module.js:441:10)
  13. at startup (node.js:139:18)
  14. at node.js:990:3
  15. root@localhost:/var/www/html#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement