vue项目构建出问题Module build failed: Error: No parser and no file path given, couldn’t infer a parser
vue项目构建出问题Module build failed: Error: No parser and no file path given, couldn’t infer a parser或者 Cannot read property ‘split’ of null;目前我遇到的都是由于prettier 的版本原因导致的。我用过的可执行的方案如下:1、把node_module...
·
vue项目构建出问题Module build failed: Error: No parser and no file path given, couldn’t infer a parser或者 Cannot read property ‘split’ of null;
目前我遇到的都是由于 prettier 的版本原因导致的。
我用过的可执行的方案如下:
1、把node_modules下面的_prettier@1.13.0@prettier文件夹删除
2、控制台安装 cnpm install --save-dev prettier@1.12.0
3、控制台运行 cnpm run dev
更多推荐
已为社区贡献14条内容
所有评论(0)