question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@ng-select/ng-option-highlight has not been bumped/published after upgrading to Angular 11

See original GitHub issue

Describe the bug

The peerDependencies of ng-option-highlight were bumped in https://github.com/ng-select/ng-select/commit/d368b3ef30a6739e43eb7bbac223aa6fb1f3cb12 but unfortunately no new version of this package has been released. This leads to issues on NPM 7 when installing dependencies as @ng-select/ng-option-highlight@0.0.6 expects @angular/common to be on version 10.

This can by bypassed by either

  • Using NPM 6
  • Installing with --legacy-peer-deps so NPM 7 ignores the unmet peerdependency

To Reproduce

  1. Start an Angular 11 project
  2. Install @ng-select/ng-option-highlight

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Desktop:

  • Node version: 15.12.0
  • NPM version: 7.8.0

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
github-actions[bot]commented, Jul 28, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions 🎆

0reactions
daniel-seitzcommented, Nov 11, 2021

Well actually this is not resolved yet. Who has the rights to do this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update Angular to v15
This topic provides information about updating your Angular applications to Angular version 15. For a summary of this information and the step-by-step ...
Read more >
Angular 10 to 11 update guide
Guide to update your Angular application v10.0 -> v11.0 for basic ... When generating new projects, you will be asked if you want...
Read more >
Update Angular to v14
This guide contains information to update to Angular version 14. Update Angular CLI applicationslink. For step-by-step instructions on how to update to the ......
Read more >
Guide to update your Angular application v11.0 -> v12.0 for ...
Guide to update your Angular application v11.0 -> v12.0 for advanced applications. Before you update. You don't need to do anything before moving...
Read more >
ng update - Angular
Shows a help message for this command in the console. boolean. --migrate-only. Only perform a migration, do not update the installed version.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found