Closed RezaErfani67 closed 4 years ago
This would probably happens because your passing the --experimental-worker
flag to nodemon
instead to nodejs
.
You need to pass it as a NODE_OPTIONS
inside the nodemon.json
config file.
Here's the whole explanation: https://stackoverflow.com/a/53807655/916784
I'm closing this issue due to inactivity. Feel free to re-open it.
thank you Mr
i run this command nodemon app.js --experimental-worker with version 10.7