md4 is not supported error in cypress when automating outlook. Webpack issue #20090
Unanswered
Mdillon123
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I am trying to pull in some information from an email using ”ews-JavaScript-api” in cypress I am getting the following error. “md4 is not supported (we accept pull requests)”. The stacktrace shows this is coming from ....node_modules/sha.js/index.js From my research this has to do with the webpack md4 algorithm not being supported.
Running this from a js file in my framework using any version of node works completely fine and I receive the expected results, but within cypress on an array of different versions of node/cypress/configuration changes, I am unable to find a solution. Is there currently a work around or configuration change to resolve this webpack issue? Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions