Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下面应该说明问题:使用yarn config set strict-ssl false不会有预期的结果。有谁知道如何将其设置为布尔假而不是字符串'假'?
yarn config set strict-ssl false
$ yarn config set strict-ssl true --global success Set "strict-ssl" to true. $ yarn config set strict-ssl false --global success Set "strict-ssl" to "false".