vue2-happyfri
vue2-happyfri copied to clipboard
npm run dev 后报错Module build failed: Error: emitFile is required from module system
ERROR in ./src/images/4-2.png Module build failed: Error: emitFile is required from module system at Object.module.exports (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/file-loader/index.js:9:27) at Object.loader (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/url-loader/dist/index.js:76:19) @ ./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-5aa333df!./~/less-loader!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/page/score/index.vue 6:215-246
ERROR in ./src/images/4-4.png Module build failed: Error: emitFile is required from module system at Object.module.exports (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/file-loader/index.js:9:27) at Object.loader (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/url-loader/dist/index.js:76:19) @ ./~/vue-loader/lib/template-compiler.js?id=data-v-5aa333df!./~/vue-loader/lib/selector.js?type=template&index=0!./src/page/score/index.vue 42:13-44
ERROR in ./src/images/1-2.png Module build failed: Error: emitFile is required from module system at Object.module.exports (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/file-loader/index.js:9:27) at Object.loader (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/url-loader/dist/index.js:76:19) @ ./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-40dc09df!./~/less-loader!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/components/itemcontainer.vue 6:701-729
ERROR in ./src/images/1-1.jpg Module build failed: Error: emitFile is required from module system at Object.module.exports (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/file-loader/index.js:9:27) at Object.loader (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/url-loader/dist/index.js:76:19) @ ./~/css-loader!./~/less-loader!./src/style/common.less 6:938-966
ERROR in ./src/images/4-1.jpg Module build failed: Error: emitFile is required from module system at Object.module.exports (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/file-loader/index.js:9:27) at Object.loader (/Applications/MAMP/htdocs/github-vue-project/vue2-happyfri/node_modules/url-loader/dist/index.js:76:19) @ ./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-5aa333df!./~/less-loader!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/page/score/index.vue 6:64-95 Child html-webpack-plugin for "index.html": Asset Size Chunks Chunk Names index.html 1.47 MB 0 webpack: Failed to compile.
@zczhoucong fixed in this pull request: https://github.com/bailicangdu/vue2-happyfri/pull/100 think this is a copy-paste typo in the source code: https://github.com/Shun2014/vue2-happyfri/commit/9f2ef0dc52b4a056db64e26a47686e5c6842fb70
npm install --force
收到。