node-supervisor icon indicating copy to clipboard operation
node-supervisor copied to clipboard

problem with --experimental-modules

Open AndreiSoroka opened this issue 6 years ago • 1 comments

I use import/export in node. So I use --experimental-modules

node --experimental-modules -r dotenv/config application/index.mjs

I can't start supervisor

AndreiSoroka avatar Aug 30 '18 18:08 AndreiSoroka

I have the same issue. using -x flag doesn't help either, because that only includes the binary and not which flags to use.

mikabytes avatar Dec 19 '18 14:12 mikabytes