@효택

1. android studio npm start 관련 에러

npm install error ENOENT

npm cache를 삭제: npm cache clean --force
package-lock.json 파일 삭제: rm package-lock.json
node_modules 파일 삭제: rm -rf ./node_modules/
npm 재설치: npm --verbose install

this is related to npm not being able to find a file.

<해결>

npm install error ENOENT


@효택

2. android studio for mac adb 환경변수 설정 에러

adb : command not found

<aside> 💡 시도 1 : bash_profile을 이용하여 환경 변수 설정

</aside>