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

Molt stops running with TypeError: scheme 'node' not supported #234

Open
5ouma opened this issue Aug 26, 2024 · 1 comment
Open

Molt stops running with TypeError: scheme 'node' not supported #234

5ouma opened this issue Aug 26, 2024 · 1 comment

Comments

@5ouma
Copy link

5ouma commented Aug 26, 2024

When I run molt deno.json -w with the deno.json and deno.lock, Molt stops with this error.
It was also observed with Molt Action. (log is here)

error: Uncaught (in promise) TypeError: scheme 'node' not supported
      const res = await fetch(specifier);
                        ^
    at mainFetch (ext:deno_fetch/26_fetch.js:152:43)
    at ext:deno_fetch/26_fetch.js:353:9
    at new Promise (<anonymous>)
    at fetch (ext:deno_fetch/26_fetch.js:316:18)
    at https://jsr.io/@molt/core/0.19.8/locks.ts:69:25
    at Array.map (<anonymous>)
    at https://jsr.io/@molt/core/0.19.8/locks.ts:68:37
    at eventLoopTick (ext:core/01_core.js:174:7)
    at async Promise.all (index 0)
    at async createRemoteLock (https://jsr.io/@molt/core/0.19.8/locks.ts:65:3)

Even if it stops with the error, both files are changed correctly.

@hasundue
Copy link
Owner

Sorry for late but thank you for reporting.
Sounds a serious one but probably easy to fix with the provided information.
I'm still busy in finalization of moving so it might take some time to be done.

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

No branches or pull requests

3 participants
@hasundue @5ouma and others