1. 程式人生 > >No parser and no file path given, couldn't infer a parser

No parser and no file path given, couldn't infer a parser

使用vue-cli 腳手架建立專案後,執行 npm run dev 時出現了異常:

目測是prettier出了問題,查了下,是因為prettier的版本太新了

執行.\node_modules\.bin\prettier -v

檢視下版本,是1.13.0

那就降級,執行

npm install --save-dev [email protected]

再執行

npm run dev

這個世界變的美好起來

作者:郎福濤
日期:2018年5月28日
作業系統:windows7
相關軟體:
    Visual Studio Code 1.23.1
    nodejs v8.9.4
    npm 6.1.0
    vue 2.9.5
    vue-clie 2.9.3
    Prettier - Code formatter 1.12.0(vs code擴充套件工具)