A node application has required me to run node with a harmony flag, like:

node --harmony app.js

What is this harmony flag? What does it do and why can’t the app run without it?

I’ve tried looking into node command-line options (node --help), but it doesn’t provide any details either. Node docs weren’t of any help either.

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *