Advertisement
thembo42

webpack dev server

Feb 11th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ yarn start
  2. [openmrs] Loading dynamic import map ...
  3. [openmrs] Looking in directory "/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app" ...
  4. [openmrs] Assembled dynamic import map (@openmrs/esm-patient-chart-app).
  5. [HPM] Proxy created: (path) => {
  6. return (new RegExp(`${apiUrl}/.*`).test(path) &&
  7. !indexHtmlPathMatcher.test(path));
  8. } -> https://dev3.openmrs.org/
  9. node:events:491
  10. throw er; // Unhandled 'error' event
  11. ^
  12.  
  13. Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
  14. at Server.setupListenHandle [as _listen2] (node:net:1463:16)
  15. at listenInCluster (node:net:1511:12)
  16. at GetAddrInfoReqWrap.doListen [as callback] (node:net:1660:7)
  17. at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
  18. Emitted 'error' event on Server instance at:
  19. at emitErrorNT (node:net:1490:8)
  20. at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  21. code: 'EADDRINUSE',
  22. errno: -98,
  23. syscall: 'listen',
  24. address: '127.0.0.1',
  25. port: 8080
  26. }
  27. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ <i> [webpack-dev-server] Project is running at:
  28. <i> [webpack-dev-server] Loopback: http://localhost:8081/
  29. <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.43.234:8081/
  30. <i> [webpack-dev-server] Content not from webpack is served from '/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app' directory
  31. [openmrs] Listening at http://localhost:8081
  32. <i> [webpack-dev-middleware] wait until bundle finished: /
  33. assets by chunk 16.3 MiB (id hint: vendors)
  34. assets by status 15.3 MiB [big]
  35. asset vendors-node_modules_carbon_react_es_index_js.js 9.92 MiB [emitted] [big] (id hint: vendors)
  36. + 8 assets
  37. asset vendors-node_modules_react_index_js.js 223 KiB [emitted] (id hint: vendors)
  38. asset vendors-node_modules_swr_core_dist_index_mjs.js 147 KiB [emitted] (id hint: vendors)
  39. asset vendors-node_modules_react-i18next_dist_es_index_js.js 134 KiB [emitted] (id hint: vendors)
  40. asset vendors-node_modules_carbon_icons-react_es_iconPropTypes-44033017_js.js 127 KiB [emitted] (id hint: vendors)
  41. asset vendors-node_modules_rxjs__esm5_internal_observable_empty_js-node_modules_rxjs__esm5_internal-c487cc.js 116 KiB [emitted] (id hint: vendors)
  42. asset vendors-node_modules_lodash-es__baseKeys_js-node_modules_lodash-es__getTag_js-node_modules_lo-efe787.js 78 KiB [emitted] (id hint: vendors)
  43. asset vendors-node_modules_regenerator-runtime_runtime_js.js 63.5 KiB [emitted] (id hint: vendors)
  44. asset vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sour-a9b914.js 48.5 KiB [emitted] (id hint: vendors)
  45. asset vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sour-df326b.js 47.9 KiB [emitted] (id hint: vendors)
  46. asset vendors-node_modules_lodash-es_debounce_js-node_modules_lodash-es_isEmpty_js.js 36.3 KiB [emitted] (id hint: vendors)
  47. + 28 assets
  48. orphan modules 835 KiB [orphan] 118 modules
  49. runtime modules 102 KiB 36 modules
  50. modules by path ../../node_modules/ 5.61 MiB 689 modules
  51. modules by path ./ 1010 KiB
  52. modules by path ./src/ 992 KiB 114 modules
  53. modules by path ./translations/ 14.6 KiB 4 modules
  54. modules by path ../esm-patient-common-lib/src/ 192 KiB 41 modules
  55. consume-shared-module modules 378 bytes
  56. modules by path consume shared module (default) @openmrs/ 126 bytes 3 modules
  57. + 6 modules
  58. provide-module modules 336 bytes
  59. modules by path provide shared module (default) @openmrs/ 84 bytes 2 modules
  60. + 6 modules
  61. container entry 42 bytes [built] [code generated]
  62. webpack 5.75.0 compiled successfully in 37452 ms
  63. Issues checking in progress...
  64. No issues found.
  65. ^C
  66. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ yarn start --port=8081
  67. [openmrs] Loading dynamic import map ...
  68. [openmrs] Looking in directory "/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app" ...
  69. [openmrs] Assembled dynamic import map (@openmrs/esm-patient-chart-app).
  70. [HPM] Proxy created: (path) => {
  71. return (new RegExp(`${apiUrl}/.*`).test(path) &&
  72. !indexHtmlPathMatcher.test(path));
  73. } -> https://dev3.openmrs.org/
  74. node:events:491
  75. throw er; // Unhandled 'error' event
  76. ^
  77.  
  78. Error: listen EADDRINUSE: address already in use 127.0.0.1:8081
  79. at Server.setupListenHandle [as _listen2] (node:net:1463:16)
  80. at listenInCluster (node:net:1511:12)
  81. at GetAddrInfoReqWrap.doListen [as callback] (node:net:1660:7)
  82. at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
  83. Emitted 'error' event on Server instance at:
  84. at emitErrorNT (node:net:1490:8)
  85. at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  86. code: 'EADDRINUSE',
  87. errno: -98,
  88. syscall: 'listen',
  89. address: '127.0.0.1',
  90. port: 8081
  91. }
  92. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ <i> [webpack-dev-server] Project is running at:
  93. <i> [webpack-dev-server] Loopback: http://localhost:8082/
  94. <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.43.234:8082/
  95. <i> [webpack-dev-server] Content not from webpack is served from '/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app' directory
  96. [openmrs] Listening at http://localhost:8082
  97. ^C
  98. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ assets by chunk 16.3 MiB (id hint: vendors)
  99. assets by status 15.3 MiB [big]
  100. asset vendors-node_modules_carbon_react_es_index_js.js 9.92 MiB [emitted] [big] (id hint: vendors)
  101. + 8 assets
  102. asset vendors-node_modules_react_index_js.js 223 KiB [emitted] (id hint: vendors)
  103. asset vendors-node_modules_swr_core_dist_index_mjs.js 147 KiB [emitted] (id hint: vendors)
  104. asset vendors-node_modules_react-i18next_dist_es_index_js.js 134 KiB [emitted] (id hint: vendors)
  105. asset vendors-node_modules_carbon_icons-react_es_iconPropTypes-44033017_js.js 127 KiB [emitted] (id hint: vendors)
  106. asset vendors-node_modules_rxjs__esm5_internal_observable_empty_js-node_modules_rxjs__esm5_internal-c487cc.js 116 KiB [emitted] (id hint: vendors)
  107. asset vendors-node_modules_lodash-es__baseKeys_js-node_modules_lodash-es__getTag_js-node_modules_lo-efe787.js 78 KiB [emitted] (id hint: vendors)
  108. asset vendors-node_modules_regenerator-runtime_runtime_js.js 63.5 KiB [emitted] (id hint: vendors)
  109. asset vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sour-a9b914.js 48.5 KiB [emitted] (id hint: vendors)
  110. asset vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sour-df326b.js 47.9 KiB [emitted] (id hint: vendors)
  111. asset vendors-node_modules_lodash-es_debounce_js-node_modules_lodash-es_isEmpty_js.js 36.3 KiB [emitted] (id hint: vendors)
  112. + 28 assets
  113. orphan modules 835 KiB [orphan] 118 modules
  114. runtime modules 102 KiB 36 modules
  115. modules by path ../../node_modules/ 5.61 MiB 689 modules
  116. modules by path ./ 1010 KiB
  117. modules by path ./src/ 992 KiB 114 modules
  118. modules by path ./translations/ 14.6 KiB 4 modules
  119. modules by path ../esm-patient-common-lib/src/ 192 KiB 41 modules
  120. consume-shared-module modules 378 bytes
  121. modules by path consume shared module (default) @openmrs/ 126 bytes 3 modules
  122. + 6 modules
  123. provide-module modules 336 bytes
  124. modules by path provide shared module (default) @openmrs/ 84 bytes 2 modules
  125. + 6 modules
  126. container entry 42 bytes [built] [code generated]
  127. webpack 5.75.0 compiled successfully in 23357 ms
  128. Issues checking in progress...
  129. No issues found.t=8081
  130. ^C
  131. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ yarn start --port=8082
  132. [openmrs] Loading dynamic import map ...
  133. [openmrs] Looking in directory "/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app" ...
  134. [openmrs] Assembled dynamic import map (@openmrs/esm-patient-chart-app).
  135. [HPM] Proxy created: (path) => {
  136. return (new RegExp(`${apiUrl}/.*`).test(path) &&
  137. !indexHtmlPathMatcher.test(path));
  138. } -> https://dev3.openmrs.org/
  139. node:events:491
  140. throw er; // Unhandled 'error' event
  141. ^
  142.  
  143. Error: listen EADDRINUSE: address already in use 127.0.0.1:8082
  144. at Server.setupListenHandle [as _listen2] (node:net:1463:16)
  145. at listenInCluster (node:net:1511:12)
  146. at GetAddrInfoReqWrap.doListen [as callback] (node:net:1660:7)
  147. at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
  148. Emitted 'error' event on Server instance at:
  149. at emitErrorNT (node:net:1490:8)
  150. at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  151. code: 'EADDRINUSE',
  152. errno: -98,
  153. syscall: 'listen',
  154. address: '127.0.0.1',
  155. port: 8082
  156. }
  157. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ <i> [webpack-dev-server] Project is running at:
  158. <i> [webpack-dev-server] Loopback: http://localhost:8083/
  159. <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.43.234:8083/
  160. <i> [webpack-dev-server] Content not from webpack is served from '/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app' directory
  161. [openmrs] Listening at http://localhost:8083
  162. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ ^C
  163. thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ [HPM] Proxy created: (path) => {
  164. return (new RegExp(`${apiUrl}/.*`).test(path) &&
  165. !indexHtmlPathMatcher.test(path));
  166. } -> https://dev3.openmrs.org/
  167. node:events:491
  168. throw er; // Unhandled 'error' event
  169. ^
  170. assets by chunk 16.3 MiB (id hint: vendors)
  171. assets by status 15.3 MiB [big]
  172. asset vendors-node_modules_carbon_react_es_index_js.js 9.92 MiB [emitted] [big] (id hint: vendors)
  173. + 8 assets
  174. asset vendors-node_modules_react_index_js.js 223 KiB [emitted] (id hint: vendors)
  175. asset vendors-node_modules_swr_core_dist_index_mjs.js 147 KiB [emitted] (id hint: vendors)
  176. asset vendors-node_modules_react-i18next_dist_es_index_js.js 134 KiB [emitted] (id hint: vendors)
  177. asset vendors-node_modules_carbon_icons-react_es_iconPropTypes-44033017_js.js 127 KiB [emitted] (id hint: vendors)
  178. asset vendors-node_modules_rxjs__esm5_internal_observable_empty_js-node_modules_rxjs__esm5_internal-c487cc.js 116 KiB [emitted] (id hint: vendors)
  179. asset vendors-node_modules_lodash-es__baseKeys_js-node_modules_lodash-es__getTag_js-node_modules_lo-efe787.js 78 KiB [emitted] (id hint: vendors)
  180. asset vendors-node_modules_regenerator-runtime_runtime_js.js 63.5 KiB [emitted] (id hint: vendors)
  181. asset vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sour-a9b914.js 48.5 KiB [emitted] (id hint: vendors)
  182. asset vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sour-df326b.js 47.9 KiB [emitted] (id hint: vendors)
  183. asset vendors-node_modules_lodash-es_debounce_js-node_modules_lodash-es_isEmpty_js.js 36.3 KiB [emitted] (id hint: vendors)
  184. + 28 assets
  185. orphan modules 835 KiB [orphan] 118 modules
  186. runtime modules 102 KiB 36 modules
  187. modules by path ../../node_modules/ 5.61 MiB 689 modules
  188. modules by path ./ 1010 KiB
  189. modules by path ./src/ 992 KiB 114 modules
  190. modules by path ./translations/ 14.6 KiB 4 modules
  191. modules by path ../esm-patient-common-lib/src/ 192 KiB 41 modules
  192. consume-shared-module modules 378 bytes
  193. modules by path consume shared module (default) @openmrs/ 126 bytes 3 modules
  194. + 6 modules [HPM] Proxy created: (path) => {dule modules 336 bytes
  195. return (new RegExp(`${apiUrl}/.*`).test(path) &&rs/ 84 bytes 2 modules
  196. !indexHtmlPathMatcher.test(path));
  197. } -> https://dev3.openmrs.org/ode generated]
  198. node:events:491compiled successfully in 29932 ms
  199. throw er; // Unhandled 'error' event
  200. ^es found.
  201. [HPM] Proxy created: (path) => {
  202. return (new RegExp(`${apiUrl}/.*`).test(path) &&
  203. !indexHtmlPathMatcher.test(path));
  204. } -> https://dev3.openmrs.org/
  205. node:events:491
  206. throw er; // Unhandled 'error' event
  207. ^
  208.  
  209.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement