我刚创建了Aurelia新项目,当我运行au run --watch(我按照这个说明:http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/contact-manager-tutorial/1)时,我从控制台收到了这条消息。我是JS的新手,对错误代码一无所知,有人能告诉我什么是错的吗?
{ uid: 11,
name: 'writeBundles',
branch: false,
error: [SyntaxError: Block-scoped declarations (let, const,function,class) not yet supported outside strict mode],
duration: [ 1, 536524679 ],
time: 1493576142781 }
答案 0 :(得分:0)
你需要node.js版本6及更高版本才能获得es2015功能,例如let, const and class