OS35 npm code ERESOLVE npm 버전이 7+일 경우 많이 발생 다운그레이드 해주면 발생하지 않는다. pm install npm@6.14.11 -g --no-fund 2021. 4. 20. zsh: command not found: ls zsh: command not found: ls zsh: command not found: vi export PATH=%PATH:/bin:/usr/local/bin:/usr/bin 그리고 잘못 수정한 ~/.zshrc와 같은 파일에서 환경변수 설정을 올바르게 고쳐준 후, source ~/.zshrc 해주면 원상복귀된다! 2021. 4. 19. [oh-my-zsh] Insecure completion-dependent directories detected [oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x 3 kakaobank admin 96 4 13 16:02 /usr/local/share/zsh drwxrwxr-x 4 kakaobank admin 128 4 13 16:41 /usr/local/share/zsh/site-functions $ chmod 755 /usr/local/share/zsh $ chmod 755 /usr/local/share/zsh/site-functions 2021. 4. 19. [pip] 패키지 설치 시 SSH 에러 WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)'))': /simple/html-testrunner pip 설치 시 해당 오류가 발생할 수 있다 이 경우 옵션에 아래 문구를 넣어주면 된다. --trusted-host pypi.python.org --trusted-host .. 2021. 3. 12. 이전 1 2 3 4 ··· 9 다음