Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins have unmet peer dependencies #67

Closed
troynguyen-unl opened this issue Mar 29, 2018 · 2 comments
Closed

Plugins have unmet peer dependencies #67

troynguyen-unl opened this issue Mar 29, 2018 · 2 comments

Comments

@troynguyen-unl
Copy link

When installing @profiscience/knockout-contrib-router-plugins-title, I am given the following warning:

warning "@profiscience/knockout-contrib-router-plugins-title@1.0.0-alpha.7" has incorrect peer dependency "@profiscience/knockout-contrib-router@^2.0.0-4".

My package.json is as follows:

{
  "version": "1.0.0",
  "name": "asp.net",
  "dependencies": {
    "@profiscience/knockout-contrib-router": "^1.2.0",
    "@profiscience/knockout-contrib-router-plugins-title": "^1.0.0-alpha.7"
    ...
  },
  "devDependencies": {
    ...
  },
  "scripts": {
    ...
  }
}

Why is this happening?

@caseyWebb
Copy link
Contributor

install @profiscience/knockout-contrib-router@next

It's not published as latest because it requires knockout 3.5.0-beta. I'm not sure just how long 3.5.0 is expected to stay in beta.

@troynguyen-unl
Copy link
Author

Thanks! That fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants