I am trying to import from nmr-parser. `// test.js import { fromJEOL } from 'nmr-parser' console.log('TEST')` Then when I try to run it `node test.js` It just hangs indefinitely. I am trying to run this script inside a docker container built on the image node:18.16.0 Any ideas?