Answers for "warning: lf will be replaced by crlf in node_modules/lodash/fp/isnative.js. the file will have its original line endings in your working directory"

0

fatal: LF would be replaced by CRLF in package.json

$ git config --global core.autocrlf false
$ git config --global core.safecrlf false
Posted by: Guest on April-08-2021

Code answers related to "warning: lf will be replaced by crlf in node_modules/lodash/fp/isnative.js. the file will have its original line endings in your working directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language