Since the new commits on netmd-js this no longer works. Reverting netmd-js to commit de46db4 fixes the error.
`file:///home/test/remote-netmd-server/index.js:29
EKBOpenSource,
^^^^^^^^^^^^^
SyntaxError: Named export 'EKBOpenSource' not found. The requested module 'netmd-js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'netmd-js';
at ModuleJob._instantiate (internal/modules/esm/module_job.js:97:21)
at async ModuleJob.run (internal/modules/esm/module_job.js:142:20)
at async Loader.import (internal/modules/esm/loader.js:182:24)
at async Object.loadESM (internal/process/esm_loader.js:68:5)`
Since the new commits on netmd-js this no longer works. Reverting netmd-js to commit de46db4 fixes the error.
`file:///home/test/remote-netmd-server/index.js:29
EKBOpenSource,
^^^^^^^^^^^^^
SyntaxError: Named export 'EKBOpenSource' not found. The requested module 'netmd-js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'netmd-js';