Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. ModuleBuildError: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
  2. TypeError: this[MODULE_TYPE] is not a function
  3. at childCompiler.runAsChild (/Users/bogdan/makabu/unstoppable/unstoppable-domains-website/client/node_modules/mini-css-extract-plugin/dist/loader.js:141:24)
  4. at compile (/Users/bogdan/makabu/unstoppable/unstoppable-domains-website/client/node_modules/next/node_modules/webpack/lib/Compiler.js:306:11)
  5.  
  6.  
  7.  
  8.  
  9. <--- Last few GCs --->
  10.  
  11. [6163:0x10264e000] 93005 ms: Mark-sweep 1340.1 (1424.4) -> 1340.0 (1424.4) MB, 1128.1 / 0.0 ms (average mu = 0.078, current mu = 0.000) last resort GC in old space requested
  12. [6163:0x10264e000] 94261 ms: Mark-sweep 1340.0 (1424.4) -> 1340.0 (1424.4) MB, 1256.1 / 0.0 ms (average mu = 0.041, current mu = 0.000) last resort GC in old space requested
  13.  
  14.  
  15. <--- JS stacktrace --->
  16.  
  17. ==== JS stack trace =========================================
  18.  
  19. 0: ExitFrame [pc: 0x3be0a3f5be3d]
  20. Security context: 0x085b8e49e6e9 <JSObject>
  21. 1: set [0x85b8e491ea9](this=0x085b8c3ecdc1 <Map map = 0x85b64d84359>,0x085b2b4b57b1 <String[112]: /Users/bogdan/makabu/unstoppable/unstoppable-domains-website/client/node_modules/mdi-material-ui/VanPassenger.js>,0x085b27c34259 <String[46]: ./node_modules/mdi-material-ui/VanPassenger.js>)
  22. 2: readableIdentifier [0x85bcca31b51] [/Users/bogdan/makabu/uns...
  23.  
  24. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  25. 1: 0x10003c597 node::Abort() [/Users/bogdan/.nvm/versions/node/v10.15.3/bin/node]
  26. 2: 0x10003c7a1 node::OnFatalError(char const*, char const*) [/Users/bogdan/.nvm/versions/node/v10.15.3/bin/node]
  27. 3: 0x1001ad575 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/Users/bogdan/.nvm/versions/node/v10.15.3/bin/node]
  28. 4: 0x100579242 v8::internal::Heap::FatalProcessOutOfMemory(char const*) [/Users/bogdan/.nvm/versions/node/v10.15.3/bin/node]
  29.  
  30.  
  31. Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
  32.  
  33. Check the render method of `ForwardRef(Typography)`.
  34. in component (created by ForwardRef(Typography))
  35. in ForwardRef(Typography) (created by WithStyles(ForwardRef(Typography)))
  36. in WithStyles(ForwardRef(Typography)) (created by ForwardRef(Link))
  37. in ForwardRef(Link) (created by WithStyles(ForwardRef(Link)))
  38. in WithStyles(ForwardRef(Link)) (created by Link)
  39. in Link (created by WithStyles(Link))
  40. in WithStyles(Link) (created by Logo)
  41. in Logo (created by WithStyles(Logo))
  42. in WithStyles(Logo) (created by Header)
  43. in div (created by Header)
  44. in div (created by ForwardRef(Toolbar))
  45. in ForwardRef(Toolbar) (created by WithStyles(ForwardRef(Toolbar)))
  46. in WithStyles(ForwardRef(Toolbar)) (created by Header)
  47. in header (created by ForwardRef(Paper))
  48. in ForwardRef(Paper) (created by WithStyles(ForwardRef(Paper)))
  49. in WithStyles(ForwardRef(Paper)) (created by ForwardRef(AppBar))
  50. in ForwardRef(AppBar) (created by WithStyles(ForwardRef(AppBar)))
  51. in WithStyles(ForwardRef(AppBar)) (created by Header)
  52. in Header (created by WithStyles(Header))
  53. in WithStyles(Header) (created by FirebaseConnect(WithStyles(Header)))
  54. in FirebaseConnect(WithStyles(Header)) (created by Connect(FirebaseConnect(WithStyles(Header))))
  55. in Connect(FirebaseConnect(WithStyles(Header))) (created by Layout)
  56. in main (created by Layout)
  57. in div (created by Layout)
  58. in Layout (created by WithStyles(Layout))
  59. in WithStyles(Layout) (created by AppWrapper)
  60. in ThemeProvider (created by AppWrapper)
  61. in Provider (created by AppWrapper)
  62. in Container (created by AppWrapper)
  63. in AppWrapper (created by withRedux(AppWrapper))
  64. in withRedux(AppWrapper)
  65. in Suspense
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement