Gar

Results 489 comments of Gar

Unless you need to normalize it like npm does, this library absolutely is not needed. A try/catch around `json-parse-even-better-errors` would get you all of the parsing this does, including indentation...

`npm-merge-driver` is a standalone bin that is not really related to the automated merge resolution that npm does internally. It would take a bit of work to get it up...

Thanks @lukekarrys I'll run that ... not on a weekend.

Gonna make a back-burner issue for `npm-merge-driver` separately

https://github.com/npm/statusboard/issues/854

From https://github.com/npm/statusboard/issues/810#issuecomment-2053716694 ### Customizable colors `npmlog` used to be in charge of colors which we set once at runtime. The `Display` class now generate a color palette on `load` which...

From https://github.com/npm/statusboard/issues/810#issuecomment-2053754417 ### Command templates What if a command could do this? ```js // producer const data = { name, version } output.standard(data, { templates: { // pick any templating...

@leppaott please do not `@` notify a bunch of people like this, not everyone you just sent a notification to is even on the npm cli team. I could not...

This was fixed in https://github.com/npm/cli/pull/7545

Is the dependency actually installed? `npm ls` will only show the packages that are actually installed.