Advertisement
Guest User

Untitled

a guest
Nov 1st, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. C:\Projects\OSS\emotion\playgrounds\razzle [stack-trace-3 ↑4]> yarn start
  2. yarn run v1.22.17
  3. $ razzle start
  4. WAIT Compiling...
  5.  
  6. Using .babelrc defined in your app root
  7. Using .babelrc defined in your app root
  8.  
  9. × Client
  10. Compiled with some errors in 2.47s
  11.  
  12. ( ) Server
  13.  
  14.  
  15.  
  16. × Client
  17. Compiled with some errors in 2.47s
  18.  
  19. × Server
  20. Compiled with some errors in 957.05ms
  21.  
  22. 40659 | /***/ (function(module, exports) {
  23. 40660 |
  24. > 40661 | throw new Error("Module parse failed: Unexpected token (7:7)\nYou may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders\n| insertStyles,\n| getRegisteredStyles,\n> type EmotionCache,\n| type SerializedStyles\n| } from '@emotion/utils'");
  25. 40662 |
  26. 40663 | /***/ }),
  27. 40664 |
  28.  
  29. at Object.../../packages/css/src/create-instance.js (C:\Projects\OSS\emotion\playgrounds\razzle\build\server.js:40661:7)
  30. at __webpack_require__ (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\webpack\bootstrap:685:1)
  31. at fn (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\webpack\bootstrap:59:1)
  32. at Module.../../packages/css/src/index.js (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\C:\Projects\OSS\emotion\packages\css\src\index.js:1:1)
  33. at __webpack_require__ (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\webpack\bootstrap:685:1)
  34. at fn (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\webpack\bootstrap:59:1)
  35. at Object.../../packages/css/dist/emotion-css.esm.js (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\C:\Projects\OSS\emotion\packages\css\dist\emotion-css.esm.js:15:1)
  36. at __webpack_require__ (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\webpack\bootstrap:685:1)
  37. at fn (C:\Projects\OSS\emotion\playgrounds\razzle\build\webpack:\webpack\bootstrap:59:1) at Module../src/server.js (C:\Projects\OSS\emotion\playgrounds\razzle\build\server.js:40950:70)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement