PS C:\Users\tmjj1\Downloads\joj-master\joj-master> docker-compose up
Creating network "joj-master_tjoj-network" with the default driver
Pulling blockchain_tests (node:14.3.0-slim)...
14.3.0-slim: Pulling from library/node
e62d08fa1eb1: Pull complete
faf966cc3d43: Pull complete
a470f7e54c1d: Pull complete
b9c675044353: Pull complete
ee0f4fba66a9: Pull complete
Digest: sha256:7d9fb6e6fe3a1e6c318954dffb8e8dfd7fca3e85c63519724c2437afed4bf47f
Status: Downloaded newer image for node:14.3.0-slim
Creating joj-master_chapter_listings_1 ... done
Creating joj-master_blockchain_tests_1 ... done
Attaching to joj-master_blockchain_tests_1, joj-master_chapter_listings_1
blockchain_tests_1 |
blockchain_tests_1 |
blockchain_tests_1 | > @joj/[email protected] test-all /home/joj/src/blockchain
blockchain_tests_1 | > npm run babel; mocha "_babel/**/*spec.js" --exit; rm -rf _babel
blockchain_tests_1 |
blockchain_tests_1 |
blockchain_tests_1 | > @joj/[email protected] babel /home/joj/src/blockchain
blockchain_tests_1 | > rm -rf _babel && babel src --out-dir _babel/src --keep-file-extension && babel test --out-dir _babel/test --keep-file-extension
blockchain_tests_1 |
blockchain_tests_1 | sh: 1: babel: not found
blockchain_tests_1 | npm ERR! code ELIFECYCLE
blockchain_tests_1 | npm ERR! syscall spawn
blockchain_tests_1 | npm ERR! file sh
blockchain_tests_1 | npm ERR! errno ENOENT
blockchain_tests_1 | npm ERR! @joj/[email protected] babel: `rm -rf _babel && babel src --out-dir _babel/src --keep-file-extension && babel test --out-dir _babel/test --keep-file-extension`
blockchain_tests_1 | npm ERR! spawn ENOENT
blockchain_tests_1 | npm ERR!
blockchain_tests_1 | npm ERR! Failed at the @joj/[email protected] babel script.
blockchain_tests_1 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
blockchain_tests_1 |
blockchain_tests_1 | npm ERR! A complete log of this run can be found in:
blockchain_tests_1 | npm ERR! /home/node/.npm/_logs/2021-03-04T20_07_06_974Z-debug.log
blockchain_tests_1 | sh: 1: mocha: not found
joj-master_blockchain_tests_1 exited with code 0
chapter_listings_1 | npm ERR! code ENOTEMPTY
chapter_listings_1 | npm ERR! syscall rmdir
chapter_listings_1 | npm ERR! path /home/joj/src/blockchain/node_modules/.staging/lodash-c1dd36cd
chapter_listings_1 | npm ERR! errno -39
chapter_listings_1 | npm ERR! ENOTEMPTY: directory not empty, rmdir '/home/joj/src/blockchain/node_modules/.staging/lodash-c1dd36cd'
chapter_listings_1 |
chapter_listings_1 | npm ERR! A complete log of this run can be found in:
chapter_listings_1 | npm ERR! /home/node/.npm/_logs/2021-03-04T20_07_08_248Z-debug.log
chapter_listings_1 |
chapter_listings_1 | > @joj/[email protected] build /home/joj/src/blockchain
chapter_listings_1 | > rm -rf dist && babel src --out-dir dist --keep-file-extension --ignore "src/**/*.js.flow" --copy-files && cp -f package.json dist
chapter_listings_1 |
chapter_listings_1 | sh: 1: babel: not found
chapter_listings_1 | npm ERR! code ELIFECYCLE
chapter_listings_1 | npm ERR! syscall spawn
chapter_listings_1 | npm ERR! file sh
chapter_listings_1 | npm ERR! errno ENOENT
chapter_listings_1 | npm ERR! @joj/[email protected] build: `rm -rf dist && babel src --out-dir dist --keep-file-extension --ignore "src/**/*.js.flow" --copy-files && cp -f package.json dist`
chapter_listings_1 | npm ERR! spawn ENOENT
chapter_listings_1 | npm ERR!
chapter_listings_1 | npm ERR! Failed at the @joj/[email protected] build script.
chapter_listings_1 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
chapter_listings_1 |
chapter_listings_1 | npm ERR! A complete log of this run can be found in:
chapter_listings_1 | npm ERR! /home/node/.npm/_logs/2021-03-04T20_07_14_874Z-debug.log
chapter_listings_1 | Love nodemon? You can now support the project via the open collective:
chapter_listings_1 | > https://opencollective.com/nodemon/donate
chapter_listings_1 |
chapter_listings_1 | added 788 packages from 427 contributors and audited 862 packages in 91.912s
chapter_listings_1 |
chapter_listings_1 | 29 packages are looking for funding
chapter_listings_1 | run `npm fund` for details
chapter_listings_1 |
chapter_listings_1 | found 11 low severity vulnerabilities
chapter_listings_1 | run `npm audit fix` to fix them, or `npm audit` for details
chapter_listings_1 |
chapter_listings_1 | > @joj/[email protected] test-all /home/joj/src/chapter-listings
chapter_listings_1 | > npm run check ; rm -rf _babel && npm run build; mocha "_babel/**/*spec.mjs"; rm -rf _babel
chapter_listings_1 |
chapter_listings_1 |
chapter_listings_1 | > @joj/[email protected] check /home/joj/src/chapter-listings
chapter_listings_1 | > npm run flow-stop ; npm run flow
chapter_listings_1 |
chapter_listings_1 |
chapter_listings_1 | > @joj/[email protected] flow-stop /home/joj/src/chapter-listings
chapter_listings_1 | > flow stop
chapter_listings_1 |
chapter_listings_1 | Trying to connect to server for `/home/joj/src/chapter-listings`
chapter_listings_1 | Warning: no server to kill for `/home/joj/src/chapter-listings`
chapter_listings_1 |
chapter_listings_1 | > @joj/[email protected] flow /home/joj/src/chapter-listings
chapter_listings_1 | > flow
chapter_listings_1 |
chapter_listings_1 | Launching Flow server for /home/joj/src/chapter-listings
chapter_listings_1 | Spawned flow server (pid=164)
chapter_listings_1 | Logs will go to /tmp/flow/zShomezSjojzSsrczSchapter-listings.log
chapter_listings_1 | Monitor logs will go to /tmp/flow/zShomezSjojzSsrczSchapter-listings.monitor_log
chapter_listings_1 | Started a new flow server: -Please wait. Server is starting up
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (starting up)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 1000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 2000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 3000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 4000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 5000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 6000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 7000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 8000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 9000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 10000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 11000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 12000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 12000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 12000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 12000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 12000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13000)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 13295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 14295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 15295)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (parsed files 16478)
chapter_listings_1 | Please wait. Server is initializing (resolving dependencies)
chapter_listings_1 | Please wait. Server is initializing (resolving dependencies)
chapter_listings_1 | Please wait. Server is initializing (waiting for Watchman - giving up in 119 seconds)
chapter_listings_1 | Please wait. Server is initializing (parsed files 0/0 (0.0%))
chapter_listings_1 | Please wait. Server is initializing (calculating dependencies)
chapter_listings_1 | Please wait. Server is initializing (merged files 0/5 (0.0%))
chapter_listings_1 | Please wait. Server is initializing (finishing up)
chapter_listings_1 | Please wait. Server is handling a request (starting up)
chapter_listings_1 | Please wait. Server is handling a request (collating errors)
chapter_listings_1 | No errors!
chapter_listings_1 |
chapter_listings_1 | > @joj/[email protected] build /home/joj/src/chapter-listings
chapter_listings_1 | > babel src --out-dir _babel/src --keep-file-extension --copy-files
chapter_listings_1 |
chapter_listings_1 | @babel/preset-env: `DEBUG` option
chapter_listings_1 |
chapter_listings_1 | Using targets:
chapter_listings_1 | {
chapter_listings_1 | "node": "14.3"
chapter_listings_1 | }
chapter_listings_1 |
chapter_listings_1 | Using modules transform: false
chapter_listings_1 |
chapter_listings_1 | Using plugins:
chapter_listings_1 | syntax-nullish-coalescing-operator { "node":"14.3" }
chapter_listings_1 | syntax-optional-chaining { "node":"14.3" }
chapter_listings_1 | syntax-json-strings { "node":"14.3" }
chapter_listings_1 | syntax-optional-catch-binding { "node":"14.3" }
chapter_listings_1 | syntax-async-generators { "node":"14.3" }
chapter_listings_1 | syntax-object-rest-spread { "node":"14.3" }
chapter_listings_1 | syntax-dynamic-import { "node":"14.3" }
chapter_listings_1 |
chapter_listings_1 | Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
chapter_listings_1 | Successfully compiled 91 files with Babel (19418ms).
chapter_listings_1 |
chapter_listings_1 | Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/home/joj/src/chapter-listings/node_modules/@joj/blockchain/domain/service/BitcoinService.js' imported from /home/joj/src/chapter-listings/_babel/src/ch01/1-2.spec.mjs
chapter_listings_1 | at finalizeResolution (internal/modules/esm/resolve.js:284:11)
chapter_listings_1 | at packageResolve (internal/modules/esm/resolve.js:613:12)
chapter_listings_1 | at moduleResolve (internal/modules/esm/resolve.js:659:14)
chapter_listings_1 | at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:752:11)
chapter_listings_1 | at Loader.resolve (internal/modules/esm/loader.js:97:40)
chapter_listings_1 | at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
chapter_listings_1 | at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:50:40)
chapter_listings_1 | at link (internal/modules/esm/module_job.js:49:36)
joj-master_chapter_listings_1 exited with code 0
PS C:\Users\tmjj1\Downloads\joj-master\joj-master>