-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
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
Labels
No labels