Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ yarn start
- [openmrs] Loading dynamic import map ...
- [openmrs] Looking in directory "/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app" ...
- [openmrs] Assembled dynamic import map (@openmrs/esm-patient-chart-app).
- [HPM] Proxy created: (path) => {
- return (new RegExp(`${apiUrl}/.*`).test(path) &&
- !indexHtmlPathMatcher.test(path));
- } -> https://dev3.openmrs.org/
- node:events:491
- throw er; // Unhandled 'error' event
- ^
- Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
- at Server.setupListenHandle [as _listen2] (node:net:1463:16)
- at listenInCluster (node:net:1511:12)
- at GetAddrInfoReqWrap.doListen [as callback] (node:net:1660:7)
- at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
- Emitted 'error' event on Server instance at:
- at emitErrorNT (node:net:1490:8)
- at processTicksAndRejections (node:internal/process/task_queues:83:21) {
- code: 'EADDRINUSE',
- errno: -98,
- syscall: 'listen',
- address: '127.0.0.1',
- port: 8080
- }
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ <i> [webpack-dev-server] Project is running at:
- <i> [webpack-dev-server] Loopback: http://localhost:8081/
- <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.43.234:8081/
- <i> [webpack-dev-server] Content not from webpack is served from '/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app' directory
- [openmrs] Listening at http://localhost:8081
- <i> [webpack-dev-middleware] wait until bundle finished: /
- assets by chunk 16.3 MiB (id hint: vendors)
- assets by status 15.3 MiB [big]
- asset vendors-node_modules_carbon_react_es_index_js.js 9.92 MiB [emitted] [big] (id hint: vendors)
- + 8 assets
- asset vendors-node_modules_react_index_js.js 223 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_swr_core_dist_index_mjs.js 147 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_react-i18next_dist_es_index_js.js 134 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_carbon_icons-react_es_iconPropTypes-44033017_js.js 127 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_rxjs__esm5_internal_observable_empty_js-node_modules_rxjs__esm5_internal-c487cc.js 116 KiB [emitted] (id hint: vendors)
- 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)
- asset vendors-node_modules_regenerator-runtime_runtime_js.js 63.5 KiB [emitted] (id hint: vendors)
- 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)
- 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)
- asset vendors-node_modules_lodash-es_debounce_js-node_modules_lodash-es_isEmpty_js.js 36.3 KiB [emitted] (id hint: vendors)
- + 28 assets
- orphan modules 835 KiB [orphan] 118 modules
- runtime modules 102 KiB 36 modules
- modules by path ../../node_modules/ 5.61 MiB 689 modules
- modules by path ./ 1010 KiB
- modules by path ./src/ 992 KiB 114 modules
- modules by path ./translations/ 14.6 KiB 4 modules
- modules by path ../esm-patient-common-lib/src/ 192 KiB 41 modules
- consume-shared-module modules 378 bytes
- modules by path consume shared module (default) @openmrs/ 126 bytes 3 modules
- + 6 modules
- provide-module modules 336 bytes
- modules by path provide shared module (default) @openmrs/ 84 bytes 2 modules
- + 6 modules
- container entry 42 bytes [built] [code generated]
- webpack 5.75.0 compiled successfully in 37452 ms
- Issues checking in progress...
- No issues found.
- ^C
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ yarn start --port=8081
- [openmrs] Loading dynamic import map ...
- [openmrs] Looking in directory "/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app" ...
- [openmrs] Assembled dynamic import map (@openmrs/esm-patient-chart-app).
- [HPM] Proxy created: (path) => {
- return (new RegExp(`${apiUrl}/.*`).test(path) &&
- !indexHtmlPathMatcher.test(path));
- } -> https://dev3.openmrs.org/
- node:events:491
- throw er; // Unhandled 'error' event
- ^
- Error: listen EADDRINUSE: address already in use 127.0.0.1:8081
- at Server.setupListenHandle [as _listen2] (node:net:1463:16)
- at listenInCluster (node:net:1511:12)
- at GetAddrInfoReqWrap.doListen [as callback] (node:net:1660:7)
- at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
- Emitted 'error' event on Server instance at:
- at emitErrorNT (node:net:1490:8)
- at processTicksAndRejections (node:internal/process/task_queues:83:21) {
- code: 'EADDRINUSE',
- errno: -98,
- syscall: 'listen',
- address: '127.0.0.1',
- port: 8081
- }
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ <i> [webpack-dev-server] Project is running at:
- <i> [webpack-dev-server] Loopback: http://localhost:8082/
- <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.43.234:8082/
- <i> [webpack-dev-server] Content not from webpack is served from '/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app' directory
- [openmrs] Listening at http://localhost:8082
- ^C
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ assets by chunk 16.3 MiB (id hint: vendors)
- assets by status 15.3 MiB [big]
- asset vendors-node_modules_carbon_react_es_index_js.js 9.92 MiB [emitted] [big] (id hint: vendors)
- + 8 assets
- asset vendors-node_modules_react_index_js.js 223 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_swr_core_dist_index_mjs.js 147 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_react-i18next_dist_es_index_js.js 134 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_carbon_icons-react_es_iconPropTypes-44033017_js.js 127 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_rxjs__esm5_internal_observable_empty_js-node_modules_rxjs__esm5_internal-c487cc.js 116 KiB [emitted] (id hint: vendors)
- 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)
- asset vendors-node_modules_regenerator-runtime_runtime_js.js 63.5 KiB [emitted] (id hint: vendors)
- 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)
- 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)
- asset vendors-node_modules_lodash-es_debounce_js-node_modules_lodash-es_isEmpty_js.js 36.3 KiB [emitted] (id hint: vendors)
- + 28 assets
- orphan modules 835 KiB [orphan] 118 modules
- runtime modules 102 KiB 36 modules
- modules by path ../../node_modules/ 5.61 MiB 689 modules
- modules by path ./ 1010 KiB
- modules by path ./src/ 992 KiB 114 modules
- modules by path ./translations/ 14.6 KiB 4 modules
- modules by path ../esm-patient-common-lib/src/ 192 KiB 41 modules
- consume-shared-module modules 378 bytes
- modules by path consume shared module (default) @openmrs/ 126 bytes 3 modules
- + 6 modules
- provide-module modules 336 bytes
- modules by path provide shared module (default) @openmrs/ 84 bytes 2 modules
- + 6 modules
- container entry 42 bytes [built] [code generated]
- webpack 5.75.0 compiled successfully in 23357 ms
- Issues checking in progress...
- No issues found.t=8081
- ^C
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ yarn start --port=8082
- [openmrs] Loading dynamic import map ...
- [openmrs] Looking in directory "/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app" ...
- [openmrs] Assembled dynamic import map (@openmrs/esm-patient-chart-app).
- [HPM] Proxy created: (path) => {
- return (new RegExp(`${apiUrl}/.*`).test(path) &&
- !indexHtmlPathMatcher.test(path));
- } -> https://dev3.openmrs.org/
- node:events:491
- throw er; // Unhandled 'error' event
- ^
- Error: listen EADDRINUSE: address already in use 127.0.0.1:8082
- at Server.setupListenHandle [as _listen2] (node:net:1463:16)
- at listenInCluster (node:net:1511:12)
- at GetAddrInfoReqWrap.doListen [as callback] (node:net:1660:7)
- at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
- Emitted 'error' event on Server instance at:
- at emitErrorNT (node:net:1490:8)
- at processTicksAndRejections (node:internal/process/task_queues:83:21) {
- code: 'EADDRINUSE',
- errno: -98,
- syscall: 'listen',
- address: '127.0.0.1',
- port: 8082
- }
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ <i> [webpack-dev-server] Project is running at:
- <i> [webpack-dev-server] Loopback: http://localhost:8083/
- <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.43.234:8083/
- <i> [webpack-dev-server] Content not from webpack is served from '/home/thembo/openmrs-esm-patient-chart/packages/esm-patient-chart-app' directory
- [openmrs] Listening at http://localhost:8083
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ ^C
- thembo@thembo-jona-workspace:~/openmrs-esm-patient-chart$ [HPM] Proxy created: (path) => {
- return (new RegExp(`${apiUrl}/.*`).test(path) &&
- !indexHtmlPathMatcher.test(path));
- } -> https://dev3.openmrs.org/
- node:events:491
- throw er; // Unhandled 'error' event
- ^
- assets by chunk 16.3 MiB (id hint: vendors)
- assets by status 15.3 MiB [big]
- asset vendors-node_modules_carbon_react_es_index_js.js 9.92 MiB [emitted] [big] (id hint: vendors)
- + 8 assets
- asset vendors-node_modules_react_index_js.js 223 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_swr_core_dist_index_mjs.js 147 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_react-i18next_dist_es_index_js.js 134 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_carbon_icons-react_es_iconPropTypes-44033017_js.js 127 KiB [emitted] (id hint: vendors)
- asset vendors-node_modules_rxjs__esm5_internal_observable_empty_js-node_modules_rxjs__esm5_internal-c487cc.js 116 KiB [emitted] (id hint: vendors)
- 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)
- asset vendors-node_modules_regenerator-runtime_runtime_js.js 63.5 KiB [emitted] (id hint: vendors)
- 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)
- 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)
- asset vendors-node_modules_lodash-es_debounce_js-node_modules_lodash-es_isEmpty_js.js 36.3 KiB [emitted] (id hint: vendors)
- + 28 assets
- orphan modules 835 KiB [orphan] 118 modules
- runtime modules 102 KiB 36 modules
- modules by path ../../node_modules/ 5.61 MiB 689 modules
- modules by path ./ 1010 KiB
- modules by path ./src/ 992 KiB 114 modules
- modules by path ./translations/ 14.6 KiB 4 modules
- modules by path ../esm-patient-common-lib/src/ 192 KiB 41 modules
- consume-shared-module modules 378 bytes
- modules by path consume shared module (default) @openmrs/ 126 bytes 3 modules
- + 6 modules [HPM] Proxy created: (path) => {dule modules 336 bytes
- return (new RegExp(`${apiUrl}/.*`).test(path) &&rs/ 84 bytes 2 modules
- !indexHtmlPathMatcher.test(path));
- } -> https://dev3.openmrs.org/ode generated]
- node:events:491compiled successfully in 29932 ms
- throw er; // Unhandled 'error' event
- ^es found.
- [HPM] Proxy created: (path) => {
- return (new RegExp(`${apiUrl}/.*`).test(path) &&
- !indexHtmlPathMatcher.test(path));
- } -> https://dev3.openmrs.org/
- node:events:491
- throw er; // Unhandled 'error' event
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement