> Some files contain mixed and/or invalid end of lines ( \r\n instead of \n). Homogenize them to improve compatibility across different platforms. - README.md To solve this issue, run the below command: ```bash sed -i "s/\r//g" 'README.md' ``` --------------------- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/cf0d9995-e470-4e0e-ba43-8bee54d4f502/analyses/1)_
To solve this issue, run the below command:
Posted from SensioLabsInsight