전체 글 51

TypeError: this.cliEngine is not a constructor

1. node_modules/eslint 삭제. 터미널 npm uninstall eslint 2. package.json devDependencies의 eslint 버전을 아래와 같이 수정 ... "devDependencies": { "eslint": "^5.16.0" } ... npm install ---출처 https://github.com/eslint/eslint/issues/11957 TypeError: this.cliEngine is not a constructor · Issue #11957 · eslint/eslint Tell us about your environment **ESLint Version: v6.0.1 **Node Version: v10.13.0 **npm Version: v6...

ERROR 2022.03.04

Error:java: error: release version 13 not supported

이클립스에서 빌드한 프로젝트를 인텔리제이에서 빌드하는 경우 간혹 Error:java: error: release version 13 not supported 같은 오류를 뱉어낸다. 프로젝트 컴파일 버전을 낮춰보자. --참고 https://zion830.tistory.com/114 Error:java: error: release version 5 not supported 해결 방법 (IntelliJ, Maven) 발생한 문제 Spring 프로젝트 빌드 시 아래와 같은 컴파일 에러가 발생하였다. 해결 방법 Intellij의 Preferences → Build, Execution, Deployment → Compiler → Java Compiler에서 프로젝트 모듈의 타겟 버전.. zion830.tistory..

ERROR 2022.01.26