nodemon -v: 1.19.0
node -v: 12.0
- Operating system/terminal environment: Alpine
- Using Docker? What image: node:12-alpine
- Command you ran:
nodemon --inspect=0.0.0.0:9229 -r tsconfig-paths/register -r ts-node/register/type-check ./src/main.ts
Expected behaviour
The --inspect flag correctly passed to the node executable.
Actual behaviour
The --inspect flag passed to the ts-node executable but ts-node doesn't support that flag.
Created from PR #1552 (comment)
nodemon -v: 1.19.0node -v: 12.0nodemon --inspect=0.0.0.0:9229 -r tsconfig-paths/register -r ts-node/register/type-check ./src/main.tsExpected behaviour
The
--inspectflag correctly passed to thenodeexecutable.Actual behaviour
The
--inspectflag passed to thets-nodeexecutable butts-nodedoesn't support that flag.Created from PR #1552 (comment)