0

The file will have its original line endings in your working directory warning: LF will be replaced by CRLF in frontend/node_modules/@babel/preset-env/lib/filter-items.js.

What will be the method to sort this problem out.

  • 1
    Most likely the remote project files were committed using Linux LF line endings. You're running Windows, and so the line endings have been saved as CFLF. The warning message you are seeing is about this. – Tim Biegeleisen May 02 '21 at 07:36
  • git config --global core.autocrlf true (I used this command and it worked) – Abubakar khalid May 02 '21 at 07:48

0 Answers0