Advertisement
Guest User

Error adding Stripes module

a guest
Jun 20th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. vagrant@jessie:~/stripes-sample-platform$ STRIPES_HOST=0.0.0.0 yarn start
  2. yarn start v0.24.6
  3. $ stripes dev stripes.config.js
  4. Listening at http://0.0.0.0:3000
  5. Node#before is deprecated. Use Node#raws.before
  6. webpack built 03dd54cd4700f2477aeb in 34373ms
  7. Hash: 03dd54cd4700f2477aeb
  8. Version: webpack 2.6.1
  9. Time: 34373ms
  10. Asset Size Chunks Chunk Names
  11. bootstrap/fonts/glyphicons-halflings-regular.eot 20.1 kB [emitted]
  12. bundle.js 17.4 MB 0 [emitted] [big] main
  13. bootstrap/css/bootstrap-theme.css.map 47.7 kB [emitted]
  14. bootstrap/css/bootstrap-theme.min.css 23.4 kB [emitted]
  15. bootstrap/css/bootstrap-theme.min.css.map 25.6 kB [emitted]
  16. bootstrap/css/bootstrap.css 146 kB [emitted]
  17. bootstrap/css/bootstrap.css.map 389 kB [emitted]
  18. bootstrap/css/bootstrap.min.css 121 kB [emitted]
  19. bootstrap/css/bootstrap.min.css.map 542 kB [emitted]
  20. bootstrap/css/bootstrap-theme.css 26.1 kB [emitted]
  21. bootstrap/fonts/glyphicons-halflings-regular.svg 109 kB [emitted]
  22. bootstrap/fonts/glyphicons-halflings-regular.ttf 45.4 kB [emitted]
  23. bootstrap/fonts/glyphicons-halflings-regular.woff 23.4 kB [emitted]
  24. bootstrap/fonts/glyphicons-halflings-regular.woff2 18 kB [emitted]
  25. bootstrap/js/bootstrap.js 69.7 kB [emitted]
  26. bootstrap/js/bootstrap.min.js 37 kB [emitted]
  27. bootstrap/js/npm.js 484 bytes [emitted]
  28. index.html 251 bytes [emitted]
  29. chunk {0} bundle.js (main) 6.1 MB [entry] [rendered]
  30. [2] ./~/react/react.js 56 bytes {0} [built]
  31. [30] ./~/react-dom/index.js 59 bytes {0} [built]
  32. [120] ./~/@folio/stripes-loader/dist/index.js 1.79 kB {0} [built]
  33. [251] ./~/@folio/stripes-core/src/discoverServices.js 10.2 kB {0} [built]
  34. [1052] ./~/@folio/stripes-core/src/index.js 1.5 kB {0} [built]
  35. [1053] (webpack)-hot-middleware/client.js 6.68 kB {0} [built]
  36. [1159] ./~/@folio/stripes-core/src/Root.js 11.5 kB {0} [built]
  37. [1188] ./~/@folio/stripes-core/src/configureLogger.js 742 bytes {0} [built]
  38. [1189] ./~/@folio/stripes-core/src/configureStore.js 1.22 kB {0} [built]
  39. [1190] ./~/@folio/stripes-core/src/gatherActions.js 2.74 kB {0} [built]
  40. [1258] ./~/babel-polyfill/lib/index.js 833 bytes {0} [built]
  41. [2127] ./~/strip-ansi/index.js 161 bytes {0} [built]
  42. [2177] (webpack)-hot-middleware/client-overlay.js 1.82 kB {0} [built]
  43. [2178] (webpack)-hot-middleware/process-update.js 3.88 kB {0} [built]
  44. [2604] multi webpack-hot-middleware/client ./~/@folio/stripes-core/src/index 40 bytes {0} [built]
  45. + 2590 hidden modules
  46.  
  47. ERROR in ./~/@rchr/amsl/index.js
  48. Module parse failed: /home/vagrant/stripes-sample-platform/node_modules/@rchr/amsl/index.js Unexpected token (5:21)
  49. You may need an appropriate loader to handle this file type.
  50. | import React from 'react';
  51. |
  52. | export default () => <div>There is no amsl app yet, only settings</div>;
  53. |
  54. @ ./~/@folio/stripes-loader/dist/index.js 1:1630-1651
  55. @ ./~/@folio/stripes-core/src/index.js
  56. @ multi webpack-hot-middleware/client ./~/@folio/stripes-core/src/index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement