【Vue报错】Module build failed: Error: No parser and no file path given, couldn't infer a p arser.


在创建一个vue项目启动时报错,报错的内容为: 
error in ./src/App.vue

Module build failed: Error: No parser and no file path given, couldn’t infer a p 
arser. 
at UndefinedParserError.Wrapper (D:\dyyc\bookstore\node_modules_prettier@1. 
13.0@prettier\index.js:1948:14) 
at new UndefinedParserError (D:\dyyc\bookstore\node_modules_prettier@1.13.0 
@prettier\index.js:2055:83) 
at normalize (D:\dyyc\bookstore\node_modules_prettier@1.13.0@prettier\index 
.js:7051:13) 
at formatWithCursor (D:\dyyc\bookstore\node_modules_prettier@1.13.0@prettie 
r\index.js:10370:12) 
at D:\dyyc\bookstore\node_modules_prettier@1.13.0@prettier\index.js:31115:1 

at Object.format (D:\dyyc\bookstore\node_modules_prettier@1.13.0@prettier\i 
ndex.js:31134:12) 
at Object.module.exports (D:\dyyc\bookstore\node_modules_vue-loader@13.7.1@ 
vue-loader\lib\template-compiler\index.js:80:23)

@ ./src/App.vue 11:0-392 
@ ./src/main.js 
@ multi ./node_modules/_webpack-dev-server@2.11.2@webpack-dev-server/client?htt 
p://localhost:8082 webpack/hot/dev-server ./src/main.js

 

原因是prettier 更新到1.13.1导致的,component-compiler-utils 1.3.1 已经更新修复了.

【解决方法】:

1、node_modules下面的_prettier@1.13.0@prettier文件夹删除

2、控制台安装  cnpm install --save-dev prettier@1.12.0

3、控制台运行 cnpm run dev


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM