Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. npm run build && npm start
  2.  
  3. > AgamaGUI@0.3.5 build /home/siu/Agama/gui/EasyDEX-GUI/react
  4. > rm -rf ./build && mkdir build && mkdir build/assets && cp -R src/assets build/ && NODE_ENV="production" ./node_modules/.bin/webpack --mode production
  5.  
  6. (node:10174) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
  7. (node:10174) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
  8. /home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/html-webpack-plugin/lib/compiler.js:81
  9. var outputName = compilation.mainTemplate.applyPluginsWaterfall('asset-path', outputOptions.filename, {
  10. ^
  11.  
  12. TypeError: compilation.mainTemplate.applyPluginsWaterfall is not a function
  13. at /home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/html-webpack-plugin/lib/compiler.js:81:51
  14. at compile (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compiler.js:306:11)
  15. at hooks.afterCompile.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compiler.js:631:15)
  16. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
  17. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  18. at compilation.seal.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compiler.js:628:31)
  19. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
  20. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  21. at hooks.optimizeAssets.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1329:35)
  22. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
  23. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  24. at hooks.optimizeChunkAssets.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1320:32)
  25. at _err0 (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:11:1)
  26. at taskRunner.run (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/uglifyjs-webpack-plugin/dist/index.js:319:9)
  27. at TaskRunner.run (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/uglifyjs-webpack-plugin/dist/TaskRunner.js:44:7)
  28. at UglifyJsPlugin.optimizeFn (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/uglifyjs-webpack-plugin/dist/index.js:225:18)
  29. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
  30. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  31. at hooks.additionalAssets.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1315:36)
  32. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
  33. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  34. at hooks.optimizeTree.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1311:32)
  35. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
  36. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  37. at Compilation.seal (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1248:27)
  38. at compilation.finish.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compiler.js:625:18)
  39. at hooks.finishModules.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1171:4)
  40. at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
  41. at AsyncSeriesHook.lazyCompileHook (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/Hook.js:154:20)
  42. at Compilation.finish (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1163:28)
  43. at hooks.make.callAsync.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compiler.js:622:17)
  44. at _err0 (eval at create (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:11:1)
  45. at _addModuleChain (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1095:12)
  46. at processModuleDependencies.err (/home/siu/Agama/gui/EasyDEX-GUI/react/node_modules/webpack/lib/Compilation.js:1007:9)
  47. at process._tickCallback (internal/process/next_tick.js:61:11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement