Nodemon: use nodemon with harmony flag

Created on 6 Apr 2016  路  2Comments  路  Source: remy/nodemon

Hi, y want to use nodemon with harmony flags. to be more specific, i want to run --harmony_destructuring and when i looked into docs i can't catch the answer.

thanks for your time 馃拑

stale

Most helpful comment

You want to run your script with this flag? If so, use:

nodemon -x "node --harmony_destructuring" script.js

All 2 comments

You want to run your script with this flag? If so, use:

nodemon -x "node --harmony_destructuring" script.js

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Makoehle picture Makoehle  路  3Comments

dimsmol picture dimsmol  路  4Comments

binarykitchen picture binarykitchen  路  5Comments

robboerman picture robboerman  路  3Comments

Exeteres picture Exeteres  路  4Comments