OpenConext / Stepup-Gateway

Stepup Gateway
Apache License 2.0
6 stars 3 forks source link

4.2.2: webpack error #304

Open tvdijen opened 1 year ago

tvdijen commented 1 year ago

During yarn encore prod the following error is being thrown:

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