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 馃拑
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
Most helpful comment
You want to run your script with this flag? If so, use: