Hi all I am seeing disc…

less than 1 minute read

Hi all, I am seeing discrepencies when doing nx linting on my local machine and doing linting via continuous integration build on azure devops. It looks like the linting on the azure CI is giving me many linting errors that are all accurate but the linting on my local machine is saying that all files except a few passed linting which is not accurate. Does anyone know why I might be seeing these discrepencies?

On both local and CI, I am running yarn nx run-many --target=lint --all --parallel

Responses:

Did you try clearing out your node modules folder locally

Updated: