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 grunt@1.0.0-rc1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer grunt-contrib-jshint@1.0.0 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.
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.0in peerDependencies, I can't use Grunt v1.0.0-rc1 with npm 2.x.In this environment,
Thank you.