Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. - building for production...E:touchalife_web_appclientnode_moduleslast-call-webpack-pluginsrcindex.js:170
  2. compiler.hooks.compilation.tap(
  3. ^
  4.  
  5. TypeError: Cannot read property 'compilation' of undefined
  6. at OptimizeCssAssetsWebpackPlugin.apply (E:touchalife_web_appclientnode_moduleslast-call-webpack-pluginsrcindex.js:170:20)
  7. at Compiler.apply (E:touchalife_web_appclientnode_modulestapablelibTapable.js:375:16)
  8. at webpack (E:touchalife_web_appclientnode_moduleswebpacklibwebpack.js:33:19)
  9. at err (E:touchalife_web_appclientbuildbuild.js:19:3)
  10. at next (E:touchalife_web_appclientnode_modulesrimrafrimraf.js:75:7)
  11. at CB (E:touchalife_web_appclientnode_modulesrimrafrimraf.js:111:9)
  12. at E:touchalife_web_appclientnode_modulesrimrafrimraf.js:137:14
  13. at FSReqWrap.oncomplete (fs.js:153:21)
  14. npm ERR! code ELIFECYCLE
  15. npm ERR! errno 1
  16. npm ERR! client@1.0.0 build: `node build/build.js`
  17. npm ERR! Exit status 1
  18. npm ERR!
  19. npm ERR! Failed at the client@1.0.0 build script.
  20. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  21.  
  22. npm ERR! A complete log of this run can be found in:
  23. npm ERR! C:UsersSrikanthLavudiaAppDataRoamingnpm-cache_logs2019-08-18T14_12_21_630Z-debug.log
  24.  
  25. {
  26. "name": "client",
  27. "version": "1.0.0",
  28. "description": "A Vue.js project",
  29. "author": "",
  30. "private": true,
  31. "scripts": {
  32. "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  33. "start": "npm run dev",
  34. "lint": "eslint --ext .js,.vue src",
  35. "build": "node build/build.js"
  36. },
  37. "dependencies": {
  38. "@smartweb/vue-flash-message": "^0.4.1",
  39. "axios": "^0.18.1",
  40. "firebase": "^6.3.1",
  41. "vue": "^2.5.2",
  42. "vue-cookies": "^1.5.13",
  43. "vue-router": "^3.0.6",
  44. "vuetify": "^1.5.13",
  45. "vuex": "^3.1.0"
  46. },
  47. "devDependencies": {
  48. "autoprefixer": "^7.1.2",
  49. "babel-core": "^6.22.1",
  50. "babel-eslint": "^8.2.1",
  51. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  52. "babel-loader": "^7.1.1",
  53. "babel-plugin-syntax-jsx": "^6.18.0",
  54. "babel-plugin-transform-runtime": "^6.22.0",
  55. "babel-plugin-transform-vue-jsx": "^3.5.0",
  56. "babel-preset-env": "^1.3.2",
  57. "babel-preset-stage-2": "^6.22.0",
  58. "chalk": "^2.0.1",
  59. "copy-webpack-plugin": "^4.0.1",
  60. "css-loader": "^2.1.1",
  61. "eslint": "^4.15.0",
  62. "eslint-config-standard": "^10.2.1",
  63. "eslint-friendly-formatter": "^3.0.0",
  64. "eslint-loader": "^1.7.1",
  65. "eslint-plugin-import": "^2.7.0",
  66. "eslint-plugin-node": "^5.2.0",
  67. "eslint-plugin-promise": "^3.4.0",
  68. "eslint-plugin-standard": "^3.0.1",
  69. "eslint-plugin-vue": "^4.0.0",
  70. "extract-text-webpack-plugin": "^3.0.0",
  71. "file-loader": "^1.1.4",
  72. "friendly-errors-webpack-plugin": "^1.6.1",
  73. "html-webpack-plugin": "^2.30.1",
  74. "node-notifier": "^5.1.2",
  75. "optimize-css-assets-webpack-plugin": "^5.0.1",
  76. "ora": "^1.2.0",
  77. "portfinder": "^1.0.13",
  78. "postcss-import": "^11.0.0",
  79. "postcss-loader": "^2.0.8",
  80. "postcss-url": "^7.2.1",
  81. "rimraf": "^2.6.0",
  82. "semver": "^5.3.0",
  83. "shelljs": "^0.7.6",
  84. "uglifyjs-webpack-plugin": "^1.1.1",
  85. "url-loader": "^1.1.2",
  86. "vue-loader": "^13.3.0",
  87. "vue-style-loader": "^3.0.1",
  88. "vue-template-compiler": "^2.5.2",
  89. "webpack": "^3.6.0",
  90. "webpack-bundle-analyzer": "^3.3.2",
  91. "webpack-dev-server": "^2.9.1",
  92. "webpack-merge": "^4.1.0"
  93. },
  94. "engines": {
  95. "node": ">= 6.0.0",
  96. "npm": ">= 3.0.0"
  97. },
  98. "browserslist": [
  99. "> 1%",
  100. "last 2 versions",
  101. "not ie <= 8"
  102. ]
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement