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
Do you want to request a feature or report a bug?
Bug
What is the current behavior? yarn config set strict-ssl false sets it to string 'false' instead of boolean false. In consequence, 'false' seems to be treated as truthy and has no effect.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
yarn config set strict-ssl false
sets it to string 'false' instead of boolean false. In consequence, 'false' seems to be treated as truthy and has no effect.If the current behavior is a bug, please provide the steps to reproduce.
see http://stackoverflow.com/questions/41439008/how-do-you-set-boolean-values-with-yarn-config
Expected behaviour
The config value should have been set to boolean false.
The text was updated successfully, but these errors were encountered: