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'm having troubles passing cli arguments to through gulp-nodemon to node.
I would like to pass the filters argument and get the following when nodemon runs node tmp/ --filters test .
But I'm getting the filters in quotes (node tmp/ "--filters test") for the following task
[14:57:40] [nodemon] 1.11.0
[14:57:40] [nodemon] to restart at any time, enter `rs`
[14:57:40] [nodemon] watching: src/**/*.js
[14:57:40] [nodemon] starting `node src/ "--filters test"`
The node code can't handle the quotes and just passes over the arguments.
Any ideas ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm having troubles passing cli arguments to through gulp-nodemon to node.
I would like to pass the
filters
argument and get the following when nodemon runsnode tmp/ --filters test
.But I'm getting the
filters
in quotes (node tmp/ "--filters test"
) for the following taskgulp log:
The node code can't handle the quotes and just passes over the arguments.
Any ideas ?
Thanks.
The text was updated successfully, but these errors were encountered: