vue 启动Module build failed (from ./node_modules/vue-loader/lib/index.js)

vue 启动时,出现以下错误:

Error: [vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.

把node_modules 删除之后,输入以下命令(一定这个顺序):

1 npm install vue-template-compiler -D

2 npm install

3 npm run dev

你可能感兴趣的:(vue 启动Module build failed (from ./node_modules/vue-loader/lib/index.js))