我使用推荐的语法安装聚合物:
npm install -g polymer-cli@next
我使用polymer init
界面创建了聚合物2元素。
我遇到的问题是当我运行polymer serve
时,我收到以下错误:
error: cli runtime exception: SyntaxError: Unexpected token [
error: SyntaxError: Unexpected token [
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:413:25)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/usr/local/lib/node_modules/polymercli/node_modules/polyserve/lib/start_server.js:33:30)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)`
我尝试卸载并重新安装聚合物,但遇到了同样的问题。任何想法??
答案 0 :(得分:0)
修正了我的聚合物客户端错误。
事实证明新版聚合物需要节点v6或更高版本..我安装时几乎没有注意到通知消息。