Marc Bernard

Results 617 comments of Marc Bernard

Closed by https://github.com/npm/cli/pull/8269

The spinner is misleading and has led to plenty of confusion (example: https://github.com/verdaccio/verdaccio/issues/4897). Entering user, password, and email are input prompts requiring nothing but a blinking cursor. 🤷 PS: It...

The fix is in the queue but unfortunately not a priority. Requires a change in a related package. https://github.com/npm/cli/pull/8322

Can we get back to the original issue? It would be very helpful to get a button in the toolbar or next to the "Viewed" checkbox to execute "Open With...

There were significant changes between 18.0.6 and 19.0.1 which I did not have on my system (I should have rebased before). Moving to draft until I resolve those.

Thanks for all the feedback. Looks like `rimraf` works better on Win than fs.rmSync. Issac mentioned it somewhere else, too. It seems `promise-spawn` has an issue if the shell contains...

This was driving me nuts but here's an interesting find: `tap` on Windows does not use `node:spawn` directly but `cross-spawn` https://github.com/tapjs/foreground-child/blob/f2e72ffc2a8077d26e1cacfc6944f16befaeafc8/src/index.ts#L15 AFAICT, tests based on `npm:promise-spawn` running on Windows don't...

thanks for the note. no worry.

Thanks for the test repo, Andrew! It's very helpful for reproducing the issue. It fails indeed (also with latest `6.1.2` and `8.0.0-next-8.13`). There is however a quick fix. Your config...