분류 전체보기92 Next + React + typescript 프로젝트 생성 명령어 오랜만에 프로젝트를 생성해봤는데 역시 한번에 생성되지 않네요! 1. 프로젝트 생성 명령어 타입스크립트 안쓰면 app 까지만 입력. npx create-next-app --typescript 2. 오류 아래와 같이 노드 버전 오류가 남. error next@14.0.2: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "18.8.0" error Found incompatible module. 3. 아래 명령어 순서대로 입력 npm install -g n npm cache clean -f sudo n stable 명령어 실행 후 다시 1의 프로젝트 생성 명령어 입력했더니 성공적으로 프로젝트 생성할수 있었.. 2023. 11. 11. [Mac] 맥북 터미널 숨김파일 보기 터미널에서 모든 파일 보기 명령어, 옵션 현재 디렉토리 내 모든 파일 보기 : ls 숨김파일 포함한 모든파일 보기 : ls -a 파일 상세 정보 보기 : ls -l 2023. 11. 11. [vscode] html 자동완성 단축키 vscode 에서 html 파일 자동완성 단축키 ! 누르고 tab 키 누르기 안 써서 잊고 산 html 자동완성 이거였구나🤣 2023. 11. 8. [mac] homebrew docker 설치 오류 해결 ✔ 문제 홈브루에 도커를 설치하려고 했으나 오류 발생 brew install --cask docker Error: It seems there is already a Binary at... brew remove docker Error: Cask 'docker' is not installed. ✔ 해결과정 1. homebrew 설치 목록 확인 brew list 2. 확인 결과 docker-completion 파일 발견 3. 해당파일 삭제 brew remove docker-completion 4. 삭제 후 재 설치 brew install --cask docker 🍺 docker was successfully installed! 성공! 2023. 7. 20. 이전 1 2 3 4 5 6 ··· 23 다음