1. zsh : no matches found
2. git permission denied (publickey) : git
두 개 같이 보는게 좋음 !
* 맥에서는 숨겨진 폴더로 지정되어있어서 공개키 파일이 터미널에 검색해도 안나올 때가 있는데,
파인더 열어서 /. ssh 파일이 들어있는(대개 사용자 파일)곳에서 command+shift+.을 눌러주면 나온다.
3. "fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists."
4. npm ERR! Missing script: "start"
터미널 경로가 src의 상위 폴더인지 확인하기!
아니라면 src의 상위폴더 우클릭 -> Open in Integrated Terminal 후 npm start
5. export 'default' (imported as '...') was not found in ...
6. Module not found: Can't resolve './date.js'
1. '~~' 작은 따옴표 안에 해당되는 부분 npm install ~~ 하면 대부분 해결, 아니면 npm ~~설치 검색
모듈이 설치가 안되서 그럴수도 있음.
2. 경로 확인
3. 경로 이름 확인
.