We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During yarn encore prod the following error is being thrown:
yarn encore prod
Running webpack ... WARN Compiled with 1 warnings 6:13:11 PM Module Warning (from ./node_modules/eslint-loader/dist/cjs.js): Failed to load plugin 'jsx-a11y' declared in '--config » eslint-config-airbnb » /apps/installation/Stepup-Gateway/Stepup-Gateway-4.2.2/node_modules/eslint-config-airbnb/rules/react-a11y.js': Cannot find module 'eslint-plugin-jsx-a11y' Require stack: - /apps/installation/Stepup-Gateway/Stepup-Gateway-4.2.2/__placeholder__.js
I was able to solve this by running yarn add eslint-plugin-jsx-a11y and then run yarn encore prod again
yarn add eslint-plugin-jsx-a11y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During
yarn encore prod
the following error is being thrown:I was able to solve this by running
yarn add eslint-plugin-jsx-a11y
and then runyarn encore prod
againThe text was updated successfully, but these errors were encountered: