nlf

Results 49 issues of nlf

current versions of npm do not attempt to install optional peer dependencies, this feature changes that. one caveat of this is that in the event of an optional peer and...

semver:major

currently workspace supporting commands have to run a method on `n` workspaces, and if one of them fails it must catch the error itself, log it, set the exitCode and...

the npm cli team is responsible for maintenance of a rather large number of modules, these range from truly general purpose, to literal npm cli implementations of commands and anywhere...

When adding collections or children to a model, they're simply assigned as properties directly on the `this` context. This makes it really difficult to know what properties on a model...

enhancement

This is an attempt at defining a new, lighter, RFC process for the npm CLI. Major changes from the old process include: - RFCs are now submitted via issues rather...

## Motivation ("The Why") The npm CLI often has a desire to get new features and/or changes to underlying systems into the hands of users without waiting for a new...

### Epic A common problem in the npm ecosystem is the need to distribute pre-compiled binary assets. To do this today involves either a `postinstall` script in the package that...

epic

**Is your feature request related to a problem? Please describe.** Currently we set licenses to `ISC` by default **Describe the solution you'd like** We should not select a default license...

Enhancement

**Is your feature request related to a problem? Please describe.** With the current trends of node developers tending to write es6 modules instead of commonjs ones, there is immediate value...

Enhancement

**Is your feature request related to a problem? Please describe.** Yes. For example, if a user runs `npm install --legacy-peer-deps` followed by `npm ls` without including the `--legacy-peer-deps` flag, they...