Node Error: resolve-url-loader: CSS error
Another option would be to configure the IDE or Editor for the End of Line Sequence type, change from CRLF to LF ... They are only alternatives ... try it.
I had this same error. To fix this, I had to navigate to
node_modules/resolve-url-loader
open
index.js
and under var options
change removeCR
from "false" to "true".