Skip to content

Incorrect entry on package.json #336

@Dijir

Description

@Dijir

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions