I've tested this repo with grunt@1.0.1 and it works fine but having such a stringent peer requirement means that npm shrinkwrap blows up. Even though npm install now simply warns that the peer is invalid, npm shrinkwrap still requires all peers to be valid or it throws an error.
I've tested this repo with grunt@1.0.1 and it works fine but having such a stringent peer requirement means that
npm shrinkwrap
blows up. Even thoughnpm install
now simply warns that the peer is invalid,npm shrinkwrap
still requires all peers to be valid or it throws an error.