Closed An-AngryBear closed 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
npm run update
Module not found: Error: Can't resolve 'axe-core/axe.min.js' in /path/node_modules/cypress-axe/dist
apparently I needed to add axe-core as a dependency... wonder why that would just pop up now.. closing
axe-core was bundled in the previous versions. We may probably better handle errors here.
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 distModule not found: Error: Can't resolve 'axe-core/axe.min.js' in /path/node_modules/cypress-axe/dist