728x90
문제
nest.js로 리소스를 자동으로 생성하는 CLI를 사용했는데, VSCode에서 파일을 저장할 수 없다는 에러가 계속 발생했다.
해결
$ sudo chmod -R 777 <프로젝트 디렉터리>
chmod 777 : readable, writable, executable by everyone
프로젝트 디렉터리의 권한 문제였다. 권한을 부여해주니 해결되었다.
Reference
https://ankitmaheshwariin.medium.com/mac-vs-code-error-permission-denied-writing-to-file-bb112180ede
728x90
'Log > Trouble shoot' 카테고리의 다른 글
Docker-mysql-access denied for user...(using password YES) (0) | 2023.06.07 |
---|---|
nestjs_ ERROR [ExceptionHandler] Nest can't resolve dependencies (0) | 2023.06.07 |
shootingstar_실패로그_EC2에 Selenium scraping flask server 띄우기 (0) | 2023.04.14 |
Python_불규칙적으로 추가되는 요소 제외 문제, 파이썬 역인덱스로 해결 (0) | 2023.03.29 |
Selenium_객체 변환 누락으로 인한 웹사이트 방문 문제 (0) | 2023.03.29 |
댓글