我是一個新的Bie to node.js.我得到語法錯誤:SyntaxError:意外的令牌const {在node.js中
Unexpected token { in my node.js application
我在Windows 7 64位操作系統上使用v4.5.5。
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)
讓我知道如何擺脫這一點。
任何幫助,將不勝感激。
感謝
普拉迪普
沒有看到您的代碼,絕對沒有辦法告訴。 – ssube
爲什麼在[const](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const)之後有一個'{''? – epascarello
重新安裝節點https://nodejs.org/en/ – Squirrl