You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy. Thanks for Marpit and marp-cli. I'm excited to try the latest Marpit (version 4.0.0), but I am rewarded with slight sadness. See output log attached. Note that I have to ^Z (background) the process in order to be able to kill it, ctrl-C doesn't work. (I'm on Linux.)
I ran:
npx -dd --yes @marp-team/marp-cli@latest -s ./
Using the same command with @3.4.0 works. Using strace seems to indicate a problem looking up an IP address in Cloudflare's network, but I haven't straced the whole run, just the apparent hang, so don't want to post a confusing log here. I certainly can, if that would be helpful. Cheers.
According to npm/cli#4028, npm 10.4.0 and later may take unexpectedly long time to install due to not responding the request for securiy advisories. The workaround is downgrading npm to v10.3.x.
npm install -g npm@~10.3.0
I've confirmed mitigated hung up after downgrading.
----- Original message -----
From: Yuki Hattori ***@***.***>
To: marp-team/marp-cli ***@***.***>
Cc: Jesse Adelman ***@***.***>, Author ***@***.***>
Subject: Re: [marp-team/marp-cli] 'npx @***@***.*** -s ./' hangs (Issue #609)
Date: Sunday, October 06, 2024 7:38 PM
According to npm/cli#4028 <npm/cli#4028>, npm 10.4.0 and later may take unexpectedly long time to install due to not responding the request for securiy advisories. The workaround is downgrading npm to v10.3.x.
`npm install -g npm@~10.3.0
`
I've confirmed mitigated hung up after downgrading.
—
Reply to this email directly, view it on GitHub <#609 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGW2ZGYKPCBGLJ7CEJVPXLZ2HCZBAVCNFSM6AAAAABPOVWJM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGY2TEMZQGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Howdy. Thanks for Marpit and marp-cli. I'm excited to try the latest Marpit (version 4.0.0), but I am rewarded with slight sadness. See output log attached. Note that I have to ^Z (background) the process in order to be able to kill it, ctrl-C doesn't work. (I'm on Linux.)
I ran:
Using the same command with @3.4.0 works. Using strace seems to indicate a problem looking up an IP address in Cloudflare's network, but I haven't straced the whole run, just the apparent hang, so don't want to post a confusing log here. I certainly can, if that would be helpful. Cheers.
npx-out-hang.txt
The text was updated successfully, but these errors were encountered: