Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with node > v12 #9

Open
pbadenski opened this issue May 11, 2020 · 1 comment
Open

Doesn't work with node > v12 #9

pbadenski opened this issue May 11, 2020 · 1 comment

Comments

@pbadenski
Copy link

pbadenski commented May 11, 2020

I tried on v12.16.0, v13.14.0 and v14.2.0

Getting error below:

TypeError [ERR_INVALID_URL]: Invalid URL: [object Object]
    at onParseError (internal/url.js:257:9)
    at new URL (internal/url.js:333:5)
    at new URL (internal/url.js:330:22)
    at resolve (file:///Users/pbadenski/workspace/pricingmonkey/app/node_modules/@wasm-tool/node/loader.mjs:56:12)
    at Loader.resolve (internal/modules/esm/loader.js:85:40)
    at Loader.getModuleJob (internal/modules/esm/loader.js:188:40)
    at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:42:40)
    at link (internal/modules/esm/module_job.js:41:36) {
  input: '[object Object]',
  code: 'ERR_INVALID_URL'
}
@xtuc
Copy link
Member

xtuc commented May 15, 2020

I suspect that the node ESM integration changed a bit since.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants