yargalot / gulp-accessibility

Gulp plugin for AccessSniff
48 stars 12 forks source link

Fetch failed with 404 #2

Closed kris-ellery closed 9 years ago

kris-ellery commented 9 years ago

Can't install gulp-accessibility via CLI. See below. Not sure if NPM (https://github.com/npm/npm/issues/8440) or this package.

Error output

npm i gulp-accessibility --save-dev
npm ERR! fetch failed https://registry.npmjs.org/gulp-accessibility/-/gulp-accessibility-1.1.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/gulp-accessibility/-/gulp-accessibility-1.1.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/gulp-accessibility/-/gulp-accessibility-1.1.1.tgz
npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "i" "gulp-accessibility" "--save-dev"
npm ERR! node v0.12.4
npm ERR! npm  v2.10.1

npm ERR! fetch failed with status code 404
yargalot commented 9 years ago

I reuped the package, some odd stuff going on there.

Can you give it a another shot and see what it says?

kris-ellery commented 9 years ago

Works great, thanks!