Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 249 Bytes

FAQ.md

File metadata and controls

5 lines (4 loc) · 249 Bytes

It doesn't work. All I'm getting is SyntaxError: Unexpected token *

Generators are a new feature of node.js and are not enabled by default. Check that:

  • you are running node.js >= 0.11.2 (node -v)
  • you passed the --harmony flag to node