component-driven / cypress-axe

Test accessibility with axe-core in Cypress
MIT License
622 stars 86 forks source link

cannot resolve axe-core/axe.min.js #74

Closed An-AngryBear closed 4 years ago

An-AngryBear commented 4 years ago

suddenly getting this error with no changes to my code. Using version 0.10.0:

have tried deleting dist and node_modules folder, running npm run update and built new dist

Module not found: Error: Can't resolve 'axe-core/axe.min.js' in /path/node_modules/cypress-axe/dist

An-AngryBear commented 4 years ago

apparently I needed to add axe-core as a dependency... wonder why that would just pop up now.. closing

sapegin commented 4 years ago

axe-core was bundled in the previous versions. We may probably better handle errors here.