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

Incorrect entry on package.json #336

Closed
Dijir opened this issue Jan 5, 2016 · 1 comment
Closed

Incorrect entry on package.json #336

Dijir opened this issue Jan 5, 2016 · 1 comment

Comments

@Dijir
Copy link

Dijir commented Jan 5, 2016

Hello,

I'm trying to install using jquery 2.1.4 but I got the following error:
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants jquery@^1.8.2

On package.json at peerDependencies entry jquery is specified with ^1.8.2, this will match just >= 1.8.2 and <= 1.9.9.

I ask you to change to:
"peerDependencies": {
"jquery": ">=1.8.2"
}

So it will be compatible with recent jquery versions.

Thanks.

@bbrala bbrala closed this as completed in 96f3a80 Jan 5, 2016
@bbrala
Copy link
Member

bbrala commented Jan 5, 2016

Thanks for the heads up, i changed the package.json

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