wm-bd000013@WM-BD000013ui-iMac ~ % yarn global add evn-cmd
yarn global v1.22.19
[1/4] 🔍 Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/evn-cmd: self-signed certificate in certificate chain".
info If you think this is a bug, please open a bug report with the information provided in "/Users/wm-bd000013/.config/yarn/global/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
(X) https://rios.tistory.com/entry/React-npm-yarn-설치-오류-error-An-unexpected-error-occurred
wm-bd000013@WM-BD000013ui-iMac ~ % yarn config set "strict=ssl" false
yarn config v1.22.19
success Set "strict=ssl" to "false".
✨ Done in 0.08s.
→ 글로벌 인스톨 안됨
wm-bd000013@WM-BD000013ui-iMac ~ % yarn global add env-cmd
yarn global v1.22.19
[1/4] 🔍 Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/env-cmd: self signed certificate in certificate chain".
info If you think this is a bug, please open a bug report with the information provided in "/Users/wm-bd000013/.config/yarn/global/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
yarn config set "strict=ssl" false
하니까 설치됨
감사해요! 덕분에 해결했어요!