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
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.
The text was updated successfully, but these errors were encountered:
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:
package.json
"serve": "pnpx nodemon ./server/index.js --config ./tasks/nodemon.config.json"
rush-select
This should be already enough to reproduce.
If you need any further information, just let me know.
The text was updated successfully, but these errors were encountered: