akosbalasko / akosbalasko/yarle
Running the command-line tool pins the CPU to 100% and does nothing
- Langage dominant
- TypeScript
- Étoiles
- 1.8k
- Forks
- 111
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Aurora 44 (Universal Blue) x86_64.
The npx command makes the CPU soar to 100% but otherwise does not seem to be doing anything.
```text
$ npx --verbose -p yarle-evernote-to-md@latest yarle --configFile yarle_20260620_200437.config
npm verbose cli /var/home/linuxbrew/.linuxbrew/Cellar/node/26.3.1/bin/node /var/home/linuxbrew/.linuxbrew/lib/node_modules/npm/bin/npm-cli.js
npm info using npm@11.16.0
npm info using node@v26.3.1
npm verbose title npm exec yarle --configFile yarle_20260620_200437.config
npm verbose argv "exec" "--loglevel" "verbose" "--package" "yarle-evernote-to-md@latest" "--" "yarle" "--configFile" "yarle_20260620_200437.config"
npm verbose logfile logs-max:10 dir:/var/home/zorael/.npm/_logs/2026-06-20T20_13_34_571Z-
npm verbose logfile /var/home/zorael/.npm/_logs/2026-06-20T20_13_34_571Z-debug-0.log
npm http fetch GET 200 https://registry.npmjs.org/yarle-evernote-to-md 159ms (cache revalidated)
```
It stops there and I have to Ctrl+C.
From the npm debug log file:
```text
0 verbose cli /var/home/linuxbrew/.linuxbrew/Cellar/node/26.3.1/bin/node /var/home/linuxbrew/.linuxbrew/lib/node_modules/npm/bin/npm-cli.js
1 info using npm@11.16.0
2 info using node@v26.3.1
3 silly config load:file:/var/home/linuxbrew/.linuxbrew/lib/node_modules/npm/npmrc
4 silly config load:file:/var/home/zorael/documents/_yarle/Bokföring Solididi 2013-14/.npmrc
5 silly config load:file:/var/home/zorael/.npmrc
6 silly config load:file:/home/linuxbrew/.linuxbrew/etc/npmrc
7 verbose title npm exec yarle --configFile yarle_20260620_200437.config
8 verbose argv "exec" "--loglevel" "verbose" "--package" "yarle-evernote-to-md@latest" "--" "yarle" "--configFile" "yarle_20260620_200437.config"
9 verbose logfile logs-max:10 dir:/var/home/zorael/.npm/_logs/2026-06-20T20_13_34_571Z-
10 verbose logfile /var/home/zorael/.npm/_logs/2026-06-20T20_13_34_571Z-debug-0.log
11 silly logfile start cleaning logs, removing 1 files
12 silly packumentCache heap:4395630592 maxSize:1098907648 maxEntrySize:549453824
13 silly logfile done cleaning log files
14 http fetch GET 200 https://registry.npmjs.org/yarle-evernote-to-md 159ms (cache revalidated)
15 silly packumentCache heap:4395630592 maxSize:1098907648 maxEntrySize:549453824
```
I hunted down the `yarle` executable, which in my case was `/var/home/zorael/.npm/_npx/106a035a6ccf201d/node_modules/yarle-evernote-to-md/dist/dropTheRope.js`. As when run via npx, running it manually immediately pins the CPU at 100% with no output.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.