Windows + Git bash + Visual studio code 환경에서 bash이랑 code 창이랑 나눠져서 탭하면서 보는게 맘에 안들었다 물론 code에 extension으로 git관련된 것도 있지만 bash가 편해진 이상 같이 쓰고 싶었다 뭐튼 code에서도 통합 터미널을 사용해서 ubuntu bash, cmd, powershell을 실행시키니깐 같이 띄워보자 사용자 설정 또는 작업 영역 설정에 들어가 ( "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", 다음과 같은 항목을 추가 하자 처음에 이걸 그냥 git-bash가 있는 경로를 지정하고 실행했더니... 그냥 git-bash가 새 창으로 나오더라 근데..
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에 없었던 ..