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
I'm not sure why this happens, as it works totally fine locally.
I get this output from the build.
> eslint -c .eslintrc.js --ext js,jsx ./src
Oops! Something went wrong! :(
ESLint: 7.0.0
ESLint couldn't find the plugin "@pgilad/eslint-plugin-react-redux".
(The package "@pgilad/eslint-plugin-react-redux" was not found when loaded as a Node module from the directory "/var/jenkins_home/workspace/Buy Frontend - PR Builder@2/aem/react-app".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install @pgilad/eslint-plugin-react-redux@latest --save-dev
The plugin "@pgilad/eslint-plugin-react-redux" was referenced from the config file in "--config".
Hello,
I'm not sure why this happens, as it works totally fine locally.
I get this output from the build.
this fails:
I tried to be clever and change my config to this
which still works locally, but still fails in Jenkins. I'm wondering if it's the username prefix?
The text was updated successfully, but these errors were encountered: