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
Having trouble reproducing this but noticed it happened a few times.
Here's what happens... eslint complains about something and then despite fixing it the error will not go away.
Removing node_modules and running npm i again will fix this issue and eslint will finally stop complaining.
I have seen this happen most often with conflicts. A slightly easier fix is to run:
rm -rf node_modules/.cache/eslint-loader/
We can try removing the cache: true, but we'll need to watch to see if that slows down development. I imagine with a big codebase, that could get pretty slow.
Having trouble reproducing this but noticed it happened a few times.
Here's what happens... eslint complains about something and then despite fixing it the error will not go away.
Removing
node_modules
and runningnpm i
again will fix this issue and eslint will finally stop complaining.I'm guessing the problem is related to this line
https://github.com/Expensify/ReactNativeChat/blob/cd3f616e4ded94aa1cf69464fd7e1733de3bee99/webpack.common.js#L48-L51
The text was updated successfully, but these errors were encountered: