rush-select
rush-select copied to clipboard
Nodemon not working
Hi,
first of all thanks for this nice package! I have noticed there is an issue with using nodemon as cli started by rush-select
.
Rush-select is not starting the execution at all and hangs:
Steps to reproduce:
- Install nodemon as dependency
- Use nodemon in your scripts area of your
package.json
"serve": "pnpx nodemon ./server/index.js --config ./tasks/nodemon.config.json"
- Execute
rush-select
This should be already enough to reproduce.
If you need any further information, just let me know.