老师能看一下为什么还会报错
ERROR in ./page/app.vue
Module build failed (from ./node_modules/css-loader/index.js):
Unknown word (2:19)
1 | <template>
> 2 | <div id="test">{{text}}</div>
| ^
3 | </template>
4 | <script>
5 | export default {
@ ./page/index.js 2:0-27 8:18-21
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! wpc@1.0.0 build: `webpack --config webpack.config.js`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the wpc@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Zuoqi Li\AppData\Roaming\npm-cache\_logs\2018-08-02T08_55_40_024Z-debug.log
C:\project\works_pro\wpc>npm i style-loader url-loader file-loader
npm WARN wpc@1.0.0 No description
npm WARN wpc@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})