SlexAxton / css-colorguard

Keep a watchful eye on your css colors.
2.44k stars 65 forks source link

ERROR npm install -g colorguard #18

Closed souzadevinicius closed 10 years ago

souzadevinicius commented 10 years ago

npm http GET https://registry.npmjs.org/colorguard
npm http 304 https://registry.npmjs.org/colorguard
npm http GET https://registry.npmjs.org/rework
npm http GET https://registry.npmjs.org/css-color-names/0.0.1
npm http GET https://registry.npmjs.org/rework-walk
npm http GET https://registry.npmjs.org/yargs
npm http GET https://registry.npmjs.org/color-diff
npm http 304 https://registry.npmjs.org/css-color-names/0.0.1
npm http 304 https://registry.npmjs.org/yargs
npm http 304 https://registry.npmjs.org/rework-walk
npm http 304 https://registry.npmjs.org/color-diff
npm http 304 https://registry.npmjs.org/rework
npm ERR! Error: No compatible version found: rework@'^1.0.0'

SlexAxton commented 10 years ago

There is very much a 1.0.0 of rework. Try npm cache clean && npm install to make sure you're not pulling old data.

SlexAxton commented 10 years ago

Closing for now since as far as I can tell, everything is working as expected.