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
bash is used because it can run any command that is given to it via the -c argument, it simplifies the execution of commands on the system.
During development I wasn't able to find similar feature in zsh so we went with bash till the end.
If you have a proposal for this, or you know how to execute zsh with given command, this will be great!
Will look more into it, but I can't promise anything right now 🫡
Describe the bug
CMA always relies on bash shell to spawn subprocesses. Such approach does not consider systems where bash is not installed and blocks installation
Environment
OS: MacOS Ventura
Package version: 1.16.1
Steps to reproduce
(Write your steps here:)
npm run start
on MacOS where bash is not presentExpected behavior
CMA should use default shell of system
Actual behavior
Installation fails since CMA can't use bash
The text was updated successfully, but these errors were encountered: