gruntjs/grunt-contrib-stylus

install error

Closed this issue · 1 comments

I think there is some sort of problem interacting with grunt-newer and grunt-express because if I npm uninstall both, then stylus installs fine.
I'm on osx 10.6.8

Macintosh:testproject jacknewt$ npm install grunt-contrib-stylus --save-dev
npm WARN package.json testproject@0.1.0 No description
npm WARN package.json testproject@0.1.0 No repository field.
npm WARN package.json testproject@0.1.0 No README data
npm http GET https://registry.npmjs.org/grunt-contrib-stylus
npm http 304 https://registry.npmjs.org/grunt-contrib-stylus
npm http GET https://registry.npmjs.org/stylus
npm http GET https://registry.npmjs.org/nib
npm http 304 https://registry.npmjs.org/nib
npm http 304 https://registry.npmjs.org/stylus
npm http GET https://registry.npmjs.org/cssom
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/sax
npm http GET https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/cssom
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/sax
npm http 304 https://registry.npmjs.org/debug
npm ERR! peerinvalid The package grunt-contrib-stylus does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer grunt-contrib@0.8.0 wants grunt-contrib-stylus@~0.8.0

npm ERR! System Darwin 10.8.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "grunt-contrib-stylus" "--save-dev"
npm ERR! cwd /Users/jacknewt/Dropbox/MyWebsites/testproject
npm ERR! node -v v0.10.18
npm ERR! npm -v 1.3.8
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/jacknewt/Dropbox/MyWebsites/testproject/npm-debug.log
npm ERR! not ok code 0

Upgraded node version and it's working, sorry 'bout that :)