Skip to content

Why it was added again peerDependencies ? #248

@pine

Description

@pine

Hi. I think peerDependencies is deprecated but added again in the package.json.

Remove peerDeps. Ref gruntjs/grunt#1116: 4557d04
Add grunt >=0.4.0 as a peerDep: a368347

If it has grunt >= 0.4.0 in peerDependencies, I can't use Grunt v1.0.0-rc1 with npm 2.x.

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0

In this environment,

$ node --version
v4.3.2
$ npm --version
2.14.12
$ nvm --version
0.23.3

Thank you.

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