意外的令牌> Meteor Modules.js中的(es6箭头函数)

时间:2016-08-12 07:55:30

标签: meteor ecmascript-6

我正在尝试使用Meteor包'modules.js',我收到错误'Unexpected token>'这是指下面的箭头功能。我真的很困惑,因为我的其余代码使用es6。有什么想法吗?

在modules.js

  

W20160812-14:17:54.153(2)? (STDERR
  W20160812-14:17:54.154(2)? (STDERR)packages \ modules.js:238
  W20160812-14:17:54.154(2)? (STDERR)res.on('data',(chunk)=> buffer + = chunk.toString('utf8'));
  W20160812-14:17:54.155(2)? (STDERR)SyntaxError:意外的令牌>
  W20160812-14:17:54.155(2)? (STDERR)在C:\ Users \ User \ Websites \ App.meteor \ local \ build \ programs \ server \ boot.js:278:30
  W20160812-14:17:54.155(2)? (STDERR)在Array.forEach(native)
  W20160812-14:17:54.156(2)? (STDERR)在函数。 .each。 .forEach
(C:\ Users \ User \ AppData \ Local.meteor \ packages \ meteor-tool \ 1.3.0_3 \ mt-os。 windows.x86_32 \ dev_bundle \服务器-LIB \ node_modules \下划线\ underscore.js:79:11)
  W20160812-14:17:54.156(2)? (STDERR)在C:\ Users \ User \ Websites \ App.meteor \ local \ build \ programs \ server \ boot.js:133:5

0 个答案:

没有答案