Advertisement
csanszan1

webmail

Jan 17th, 2019
1,631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. ERROR in ./src/main.js
  2. Module build failed (from ./node_modules/babel-loader/lib/index.js):
  3. /var/www/html/node_modules/@vue/babel-preset-app/index.js:135
  4. )
  5. ^
  6.  
  7. SyntaxError: Unexpected token )
  8. at NativeCompileCache._moduleCompile (/var/www/html/node_modules/v8-compile-cache/v8-compile-cache.js:226:18)
  9. at Module._compile (/var/www/html/node_modules/v8-compile-cache/v8-compile-cache.js:172:36)
  10. at Object.Module._extensions..js (module.js:586:10)
  11. at Module.load (module.js:494:32)
  12. at tryModuleLoad (module.js:453:12)
  13. at Function.Module._load (module.js:445:3)
  14. at Module.require (module.js:504:17)
  15. at require (/var/www/html/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
  16. at requireModule (/var/www/html/node_modules/@babel/core/lib/config/files/plugins.js:165:12)
  17. at loadPreset (/var/www/html/node_modules/@babel/core/lib/config/files/plugins.js:83:17)
  18. at createDescriptor (/var/www/html/node_modules/@babel/core/lib/config/config-descriptors.js:154:9)
  19. at items.map (/var/www/html/node_modules/@babel/core/lib/config/config-descriptors.js:109:50)
  20. at Array.map (native)
  21. at createDescriptors (/var/www/html/node_modules/@babel/core/lib/config/config-descriptors.js:109:29)
  22. at createPresetDescriptors (/var/www/html/node_modules/@babel/core/lib/config/config-descriptors.js:101:10)
  23. at presets (/var/www/html/node_modules/@babel/core/lib/config/config-descriptors.js:47:19)
  24. at mergeChainOpts (/var/www/html/node_modules/@babel/core/lib/config/config-chain.js:320:26)
  25. at /var/www/html/node_modules/@babel/core/lib/config/config-chain.js:283:7
  26. at buildRootChain (/var/www/html/node_modules/@babel/core/lib/config/config-chain.js:90:20)
  27. at loadPrivatePartialConfig (/var/www/html/node_modules/@babel/core/lib/config/partial.js:85:55)
  28. at Object.loadPartialConfig (/var/www/html/node_modules/@babel/core/lib/config/partial.js:110:18)
  29. at Object.<anonymous> (/var/www/html/node_modules/babel-loader/lib/index.js:140:26)
  30. at next (native)
  31. at asyncGeneratorStep (/var/www/html/node_modules/babel-loader/lib/index.js:3:103)
  32. at _next (/var/www/html/node_modules/babel-loader/lib/index.js:5:194)
  33. at /var/www/html/node_modules/babel-loader/lib/index.js:5:364
  34. at Object.<anonymous> (/var/www/html/node_modules/babel-loader/lib/index.js:5:97)
  35. at Object._loader (/var/www/html/node_modules/babel-loader/lib/index.js:220:18)
  36. at Object.loader (/var/www/html/node_modules/babel-loader/lib/index.js:56:18)
  37. at Object.<anonymous> (/var/www/html/node_modules/babel-loader/lib/index.js:51:12)
  38.  
  39. npm ERR! Linux 4.4.0-1067-aws
  40. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
  41. npm ERR! node v6.16.0
  42. npm ERR! npm v3.10.10
  43. npm ERR! code ELIFECYCLE
  44. npm ERR! mail@1.0.0 build: `webpack --progress --hide-modules --config webpack.prod.js`
  45. npm ERR! Exit status 2
  46. npm ERR!
  47. npm ERR! Failed at the mail@1.0.0 build script 'webpack --progress --hide-modules --config webpack.prod.js'.
  48. npm ERR! Make sure you have the latest version of node.js and npm installed.
  49. npm ERR! If you do, this is most likely a problem with the mail package,
  50. npm ERR! not with npm itself.
  51. npm ERR! Tell the author that this fails on your system:
  52. npm ERR! webpack --progress --hide-modules --config webpack.prod.js
  53. npm ERR! You can get information on how to open an issue for this project with:
  54. npm ERR! npm bugs mail
  55. npm ERR! Or if that isn't available, you can get their info via:
  56. npm ERR! npm owner ls mail
  57. npm ERR! There is likely additional logging output above.
  58.  
  59. npm ERR! Please include the following file with any support request:
  60. npm ERR! /var/www/html/npm-debug.log
  61. Makefile:39: recipe for target 'optimize-js' failed
  62. make: *** [optimize-js] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement