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?
+1
@huangbao21
npm install --save-dev [email protected]
npm run dev
@vueadmin copy it
@vueadmin copy it
Most helpful comment
@huangbao21
npm install --save-dev [email protected]
npm run dev