You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing jest-axe with the command yarn add jest-axe -D on a NodeJS 9 system the following error appears:
error jest-axe@2.1.1: The engine "node" is incompatible with this module. Expected version "8.9.4".
error Found incompatible module
If i directly require a copy of the jest-axe/index.js file in my project then all is well. So removing/changing the engines/node variable in package.json might resolve this problem.
The text was updated successfully, but these errors were encountered:
When installing jest-axe with the command
yarn add jest-axe -D
on a NodeJS 9 system the following error appears:If i directly require a copy of the jest-axe/index.js file in my project then all is well. So removing/changing the engines/node variable in package.json might resolve this problem.
The text was updated successfully, but these errors were encountered: