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

Created on 28 May 2018  路  4Comments  路  Source: vuejs-templates/webpack

just vue init webpack my-project, then , npm run dev. the error is Module build failed: Error: No parser and no file path given, couldn't infer a parser. how to solve this problem?

Most helpful comment

@huangbao21
npm install --save-dev [email protected]
npm run dev

All 4 comments

+1

@huangbao21
npm install --save-dev [email protected]
npm run dev

@vueadmin copy it

@vueadmin copy it

Was this page helpful?
0 / 5 - 0 ratings