티스토리 뷰
Module build failed: Error: No parser and no file path given, couldn't infer a parser.
at normalize (path\node_modules\prettier\index.js:7051:13)
at formatWithCursor (path\node_modules\prettier\index.js:10370:12)
at path\node_modules\prettier\index.js:31115:15
평소에 빌드시 아무 문제 없던 vue-loader쪽에서 갑자기 build error가 발생하였다.
단순히 파일을 못찾아서 그런줄 알았는데
log를 자세히 보니깐 prettier에서 문제가 있는걸로 보여진다
원래 devdependency에 없었던 prettier를 1.13으로 설치하여 build를 돌렸음에도 동일한 error가 발생하였고...
결국 찾아보니깐
https://stackoverflow.com/questions/50555953/vue-webpack-template-missing-parser/50556350
prettier를 1.12로 설치하면 된다고...해서?
다시 설치를 하고 build를 돌렸더니.. 성공....ㅎㅎ
댓글