5.3.0 not published on NPM
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
I was updating an angular 9 application to angular 10 (cant update to 11 yet due to dependencies), but 5.3.0 is not published on npm, which causes a warning after npm install:
codelyzer@5.2.2 requires a peer of @angular/compiler@>=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0 but
none is installed. You must install peer dependencies yourself.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the codelyzer package's release and npm publication configuration; the issue does not name specific files or tests. Verify whether version 5.3.0 exists in the repository and on npm, then confirm that installing it with an Angular 10 application removes the reported peer-dependency warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- release, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100