milaninfy
milaninfy
This will fix the `npm cache add` to cache package with same header as it's used in `npm install` by adding `fullMetadata: true` while caching. `npm install` requests package with...
One of the possible cause that the exit handler never called happens is when this timer doesn't keep event loop active when `ref` is set to `false`. Removing set it...
`npm-packlist` gets normalized package-json when assessing files to include. when `main` is specified with relative file path it doesn't consider that entry when including files. Fixing main in normalization step...
Attempt to fix `npm ls` output Problem: - deduped nodes are cloned when encountered using previously seen nodes set but they are not explored further when we are requesting `npm...
- Open PR/s for Override fixes - [x] https://github.com/npm/cli/pull/7025 for https://github.com/npm/cli/issues/5850 - [x] https://github.com/npm/cli/pull/8108 - Override and workspaces - [x] https://github.com/npm/cli/issues/7987 - [x] https://github.com/npm/cli/issues/6208 - [x] https://github.com/npm/cli/issues/7028 - [x] https://github.com/npm/cli/issues/7018...