yargalot / gulp-accessibility

Gulp plugin for AccessSniff
48 stars 12 forks source link

Module not Found #6

Closed khrome83 closed 8 years ago

khrome83 commented 9 years ago

When I install the plugin and try to run it. I get module not found 100% of the time. I can verify the plugin is in the package, it is installed in the directory of the correct name, it is being called with the correct name, and it is being used the correct way. I am only assume it is a issue with the current version.

Thanks.

khrome83 commented 9 years ago
Error: Cannot find module 'gulp-accessibility'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/kzx5cv/Documents/Code/opel-aem-workspace/opel/gulp-aem-workflow/tasks/wcag.js:6:11)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
khrome83 commented 9 years ago

As you can see the module is in the node_modules folder.

sc5-styleguide      gulp-mustache       gulp-shell
lodash          gulp-sass       gulp-sourcemaps
bower           tiny-lr         del
browser-sync        yargs           gulp-autoprefixer
gulp-accessibility  glob            gulp-concat
gulp-jshint     gulp-jscs       gulp-watch
gulp-uglify     gulp-livereload     jshint-stylish
gulp            gulp-minify-css     graceful-fs
gulp-connect        gulp-plumber        gulp-jscs-stylish
gulp-if         gulp-replace        gulp-rename
khrome83 commented 8 years ago

latest update seems to have resolved this issue