rush-select icon indicating copy to clipboard operation
rush-select copied to clipboard

Nodemon not working

Open Sebastian-Fitzner opened this issue 3 years ago • 0 comments

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: image

Steps to reproduce:

  1. Install nodemon as dependency
  2. Use nodemon in your scripts area of your package.json "serve": "pnpx nodemon ./server/index.js --config ./tasks/nodemon.config.json"
  3. Execute rush-select

This should be already enough to reproduce.

If you need any further information, just let me know.

Sebastian-Fitzner avatar Oct 19 '21 06:10 Sebastian-Fitzner