All Articles

TIL&TEL 20.05.04~20.05.10

TIL( Today I Learned)

  • 20-05-05 화

    • Django docker 실습하기
  • 20-05-06 수

    • DB scheme 짜기
  • 20-05-07 목

    • NLP 사전 관리 기획
    • 비교 문서군 DB 만들기
    • 프로젝트 미팅
  • 20-05-08 금

    • 프로젝트 미팅
    • 서비스 기획 정리
    • MacBook Pro 로직 보드 사망 판정
    • New MacBook 기본 세팅
  • 20-05-09 토

    • Mac App 세팅
    • Develop 환경 세팅
  • 20-05-10 일

    • Develop 환경 세팅

TEL (Trial and Error Log)

  • Error: npm install error

    • Situation: node package 설치시 에러 발생
    • Reason: x-code-select 잘못 깔림
    • Solution: 아래 코드로 다시 설치
    • sudo rm -rf $(xcode-select -print-path) 
      xcode-select --install
      ```