긍정적인 사고와 행동으로 선한 영향력을 줄 수 있도록

Vue.js

[Vue.js] Failed to compile with 1 error Syntax Error: TypeError: eslint.CLIEnginYou may use special comments to disable Use // eslint-disable-next-line to ignorUse /* eslint-disable */ to ignore all w

리거니 2021. 11. 12. 14:28

기존 사용하던 Vue 프로젝트를 노트북에 import 해서 서버를 키던중 위와 같은 에러가 발생했다.

 

eslint 를 사용하지 않도록 설명이 되어있으므로 주석처리 또는 삭제해보자

 

package.json 에서 찾아보자

 

"devDependencies" 에 있는 @Vue/cli-plugin-eslint 를 삭제해주고 다시 서버를 켜보자 ! 

npm run serve 

 

정상적으로 켜졌다 ! 

'Vue.js' 카테고리의 다른 글

Event  (0) 2022.01.03
Component  (0) 2022.01.03
NPM  (0) 2021.09.27
[Vue] v-model.lazy  (0) 2021.09.17
v-bind  (0) 2021.09.10