vue webpack template missing parser

后端 未结 7 1353
离开以前
离开以前 2020-12-07 17:28

I was just setting up a vue project using the webpack template like stated here: http://vuejs-templates.github.io/webpack/

However after running npm run dev just to

7条回答
  •  伪装坚强ぢ
    2020-12-07 18:21

    I got the same error with yarn, but tried npm i and npm run dev instead and it worked.

    yarn v v1.5.1 npm -v 5.6.0 node -v v10.0.0

提交回复
热议问题