wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

fatal: CRLF would be replaced by LF in SVG file #106

Closed lemattma closed 9 years ago

lemattma commented 10 years ago

Hello, I'm getting this error when trying to run yo wordpress --advanced

screen shot 2014-06-07 at 12 56 51 pm

My config is this:

screen shot 2014-06-07 at 12 58 42 pm

node -v
v0.10.28

yo -v
1.1.2

npm -v
1.4.14

Any idea of why is this happening?

Thank you!

wesleytodd commented 9 years ago

My only guess is that the file has windows style line endings, but the generator is being run on something other than that, like osx or *nix.

If you are still having this issue, or if you have a solution feel free to re-open this.