Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
21
rated 0 times [  23] [ 2]  / answers: 1 / hits: 29088  / 8 Years ago, tue, august 9, 2016, 12:00:00

I am a new Bie to node.js. I am getting Syntax Error:




Unexpected token { in my node.js application




I am using v4.5.5 on windows 7 64 bit os.



  const {
^

SyntaxError: Unexpected token {
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)


Let me know how to get rid of this.



Any help would be appreciated.



Thanks



Pradeep


More From » node.js

 Answers
40

The issue got fixed by upgrading node js to v6.3.1 .
After upgrading to 6.3.1 ,I got another error related to isomorphoc-fetch that I fixed it by using npm install --save isomorphic-fetch es6-promise



Ref Link: https://www.npmjs.com/package/isomorphic-fetch.



Thanks all for your inputs


[#61086] Sunday, August 7, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kenyamelinad

Total Points: 339
Total Questions: 85
Total Answers: 116

Location: Marshall Islands
Member since Sun, Aug 29, 2021
3 Years ago
;