You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i update nodemon from v1.11.0 to v.12.0
but it fail when i use it.
this is my nodemon.json:
"execMap": {
"js": "node --harmony --trace-warnings"
},
the error mean:"node --harmony --trace-warnings" Is Not internal or external commands
i must remove the argument or degrade to version 1.11.0, and it work fine again