-
[ Webstrom ] ESLint: Please specify path to 'eslint' packageerror handling 2023. 4. 8. 15:24반응형
intellij에서 nestjs 프로젝트를 진행중이었는데 위와 같은 메세지가 나오고
설정화면에서 설정을 해도 위의 메세지가 안 없어질 때는 다음과 같이 해결하면 된다.npm install --g eslint
global로 eslint를 다시 설치하고 webstorm을 재시작하니 메세지가 사라지는 것을 확인할 수 있다.
반응형'error handling' 카테고리의 다른 글
[ Error ] TypeScript error TS1005: ';' expected (0) 2023.06.24 [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client 오류 (1) 2023.03.18 npm run dev 에러 (feat. Node js) (0) 2022.06.26 [final project] S3 이미지 업로드 AWS 에러(feat. ACL) (0) 2022.05.09 [final project] TypeOrm에서 req.params 컴파일 오류 & typeorm-seeding 설치 오류 (0) 2022.04.23