2017-04-14 4 views
0

は、私がお勧めの構文を使用してポリマーをインストールしました。ポリマー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

ポリマークライアントエラーが修正されました。

新しいバージョンのポリマー必要なノードv6以上が判明しました。私がインストールしたときに通知メッセージがほとんど気付かれませんでした。

関連する問題