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
If there is an error in creating an environment and you use the --json option, the error is not reported back. Worse, the returned JSON says "success": true. micromamba does return a non-zero code but any error is gobbled up.
If there is an error in creating an environment and you use the
--jsonoption, the error is not reported back. Worse, the returned JSON says"success": true.micromambadoes return a non-zero code but any error is gobbled up.