Guest User

Untitled

a guest
Jan 6th, 2018
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. Microsoft Windows [Wersja 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.
  3.  
  4. C:\Users\Admin\pr_todo>node -v
  5. v9.3.0
  6.  
  7. C:\Users\Admin\pr_todo>npm rebuild node-sass
  8.  
  9. > [email protected] install C:\Users\Admin\pr_todo\node_modules\node-sass
  10. > node scripts/install.js
  11.  
  12. node-sass build Binary found at C:\Users\Admin\pr_todo\node_modules\node-sass\vendor\win32-x64-59\binding.node
  13.  
  14. > [email protected] postinstall C:\Users\Admin\pr_todo\node_modules\node-sass
  15. > node scripts/build.js
  16.  
  17. Binary found at C:\Users\Admin\pr_todo\node_modules\node-sass\vendor\win32-x64-59\binding.node
  18. Testing binary
  19. Binary is fine
  20. [email protected] C:\Users\Admin\pr_todo\node_modules\node-sass
  21.  
  22. C:\Users\Admin\pr_todo>
  23. C:\Users\Admin\pr_todo>yarn serve
  24. yarn run v1.3.2
  25. $ webpack-dev-server --config webpack.serve.config.js
  26. Project is running at http://localhost:7000/
  27. webpack output is served from /
  28. 404s will fallback to /index.html
  29.  
  30. Hash: eeccfeba92d6bc83cc9e
  31. Version: webpack 3.9.1
  32. Time: 33655ms
  33. Asset Size Chunks Chunk Names
  34. js/app.js 9.91 MB 0 [emitted] [big] main
  35. index.html 320 bytes [emitted]
  36. [3] ./node_modules/react/index.js 190 bytes {0} [built]
  37. [47] (webpack)/buildin/global.js 509 bytes {0} [built]
  38. [149] ./node_modules/react-dom/index.js 1.36 kB {0} [built]
  39. [150] ./node_modules/react-router-dom/es/index.js 925 bytes {0} [built]
  40. [185] (webpack)/hot/emitter.js 77 bytes {0} [built]
  41. [537] multi (webpack)-dev-server/client?http://localhost:7000 webpack/hot/dev-server babel-polyfill ./src/index.js 64 bytes {0} [built]
  42. [538] (webpack)-dev-server/client?http://localhost:7000 7.95 kB {0} [built]
  43. [557] (webpack)/hot/dev-server.js 1.61 kB {0} [built]
  44. [559] ./node_modules/babel-polyfill/lib/index.js 833 bytes {0} [built]
  45. [560] ./node_modules/core-js/shim.js 8.18 kB {0} [built]
  46. [757] ./node_modules/regenerator-runtime/runtime.js 24.4 kB {0} [built]
  47. [761] ./src/index.js 1.02 kB {0} [built]
  48. [822] ./src/store/store.js 1.16 kB {0} [built]
  49. [910] ./src/styles/index.scss 1.55 kB {0} [built]
  50. [913] ./src/app.js 3.14 kB {0} [built]
  51. + 1101 hidden modules
  52.  
  53. ERROR in ./node_modules/css-loader?{"sourceMap":true}!./node_modules/postcss-loader/lib?{"sourceMap":true}!./node_modules/sass-loader/lib/loader.js?{"sourceMap":t
  54. rue}!./node_modules/sass-bulk-import-loader!./src/styles/index.scss
  55. Module build failed:
  56. undefined
  57. ^
  58. File to import not found or unreadable: ..♀omponentsHistoryHistoryItemHistoryItem.scss.
  59. Parent style sheet: stdin
  60. in C:\Users\Admin\pr_todo\src\styles\index.scss (line 13, column 1)
  61. @ ./src/styles/index.scss 4:14-252 18:2-22:4 19:20-258
  62. @ ./src/index.js
  63. @ multi (webpack)-dev-server/client?http://localhost:7000 webpack/hot/dev-server babel-polyfill ./src/index.js
  64. Child html-webpack-plugin for "index.html":
  65. 1 asset
  66. [0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 639 bytes {0} [built]
  67. [1] ./node_modules/lodash/lodash.js 540 kB {0} [built]
  68. [2] (webpack)/buildin/global.js 509 bytes {0} [built]
  69. [3] (webpack)/buildin/module.js 517 bytes {0} [built]
  70. webpack: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment