Open exzhawk opened 3 years ago
It's kinda wired, build process in my environment was going well
cuckoo.plus@0.3.27 build webpack --env=production Hash: e221a753db80490223bd Version: webpack 3.12.0 Time: 79767ms Asset Size Chunks Chunk Names bundle.js 2.58 MB 0 [emitted] [big] main [2] ./src/constant/index.ts 1.84 kB {0} [built] [3] ./src/util.ts 11.4 kB {0} [built] [8] ./src/api/index.ts 820 bytes {0} [built] [9] (webpack)/buildin/global.js 509 bytes {0} [built] [10] ./src/store/index.ts 3.29 kB {0} [built] [15] ./src/themes/index.ts 5.96 kB {0} [built] [19] ./src/i18n/index.ts 1.01 kB {0} [built] [21] ./src/router/index.ts 11.2 kB {0} [built] [44] ./src/themes/presets/dark.ts 468 bytes {0} [built] [45] ./src/themes/presets/googleplus.ts 461 bytes {0} [built] [46] ./src/themes/basecolor.ts 553 bytes {0} [built] [49] ./node_modules/_ts-loader@3.5.0@ts-loader!./node_modules/_vue-loader@14.2.4@vue-loader/lib/selector.js?type=script&index=0!./src/App.vue 4.14 kB {0} [built] [58] ./src/index.ts 2.34 kB {0} [built] [206] ./src/App.vue 2.42 kB {0} [built] [251] ./src/directives.ts 3.32 kB {0} [built]
- 243 hidden modules
Can i have your packge-lock.json
? There might be package version diffs.
package-lock.json
shouldn't be gitignored. https://docs.npmjs.com/cli/v6/configuring-npm/package-lock-json
Can i have your
packge-lock.json
? There might be package version diffs.package-lock.json
shouldn't be gitignored. https://docs.npmjs.com/cli/v6/configuring-npm/package-lock-json
package-lock.json
has been pushed to master branch, I'm not sure whether it helps but you could have a try.
Works well. Though your ci failed now. XD
npm run build
failed with multiple errors below.