yargalot / gulp-accessibility

Gulp plugin for AccessSniff
48 stars 12 forks source link

Cannot find module 'gulp-accessibility' #3

Closed kris-ellery closed 9 years ago

kris-ellery commented 9 years ago

Whenever I try to run accessibility check I get following error:

module.js:338
    throw err;
    ^
Error: Cannot find module 'gulp-accessibility'

However, gulp-accessibility@1.1.2 does exist in package.json and is installed in ./node_modules.

yargalot commented 9 years ago

Sorry for the turnaround, should be working now.

just note you'll need to use

access({
      force: true
    })

to not fail the build