Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,333 contributions in the last year
Contribution activity
October 2020
Created a pull request in npm/arborist that received 1 comment
Isaacs/slightly more strict peer deps
This change makes it so that: peerDeps will always install when --force is set peerDep conflicts will crash when --strict-peer-deps is set Otherwi…
- Isaacs/fix link to parent dir
- Install peerOptionals if explicitly requested, or dev
- Do not conflict on meta-peers that will not be replaced
- Ensure that root is added when root.meta is set
- Do not over-check peer deps during buildIdealTree
- fix cycles/ordering when peer deps require nesting
- Update bundle dep if bundled by root project only
- Respect gypfile:false flag in package.json
Created an issue in eslint/eslint that received 6 comments
Resolution relative to `cwd/__placeholder__.js` is flaky, breaks when deps nested below top level
Tell us about your environment ESLint Version: Both 6.x and 7.x (that is the part of the problem!) Node Version: 15.0.0 (not relevant) npm Version: …
- [BUG] Add `"max-len": ["error", 80]` to .eslintrc.json and make it work
- bring back `--only=dev` for npm v7
- [BUG] `npm rebuild` should take path, breaks `npm edit`
- [BUG] `npm_command` env not getting set
- [BUG] install/etc with --dry-run outputs misleading info (since it didn't actually do stuff)
- `npm ls <pkgname>` always exits in error (even when there are no ls problems)