I am getting this error when I am trying push my files into heroku rep.
Ive set autocrlf = false already in gitconfig but this problem is still there. i have also tr
It is probably due to an Outdated yarn.lock file
Just run the following commands
yarn install git add yarn.lock git commit -m "Updated Yarn lockfile" git push heroku master