vs code 관련 팁들을 모아보자
단축키 cmd + j vscode에서 터미널 여는 단축키
개발 공부
2021. 2. 13. 19:39
[React] create-react-app 설치 시 Permission 관련 이슈는 어떻게 해결하는가
문제 상황 : 현재 아래 에러코드가 떠있는 상태 Error: EACCES: permission denied, access '/usr/local/lib/node_modules/create-react-app/node_modules/ansi-regex' npm ERR! [Error: EACCES: permission denied, access '/usr/local/lib/node_modules/create-react-app/node_modules/ansi-regex'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/usr/local/lib/node_modules/create-react-app..
개발 공부
2021. 2. 13. 19:09