Error: Webpack Compilation Error
Closed this issue · 3 comments
sosafe-zohaib-hassan commented
Hi, I have installed wick-a11y in my cypress project and on using getting the following error. Could you please help me with it ?
Module not found: Error: Can't resolve 'cypress-axe' in '/Users/path-to-my-project/node_modules/wick-a11y/src'
Node version: v18.14.0
sclavijosuero commented
Delete the node_modules folder and pacjage-locked.json in the root, and do
the npm install of your Cypress project.
Did you have installed previously cypress-axe in your project? If so, no
need remove from your cypress framework package.json, wick-a11y install it
as peer dependency.
…On Sun, Dec 8, 2024, 2:05 PM Zohaib Hassan ***@***.***> wrote:
Hi, I have installed wick-a11y in my cypress project and on using getting
the following error. Could you please help me with it ?
Module not found: Error: Can't resolve 'cypress-axe' in
'/Users/zohaibhassan/Documents/office/fe-app-manager/node_modules/wick-a11y/src'
—
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6VPSCLNQTIASAGHYO3RTUL2ES7BDAVCNFSM6AAAAABTHTYQKWVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDKNJVGUYTEMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
sclavijosuero commented
@sosafe-zohaib-hassan , did you got the issue resolved?
sclavijosuero commented
Closing issue since not able to reproduce and not provided follow up of the proposed actions.