-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows end-line issue in 3.3.0 #2485
Comments
The file in the repo is fine. I'm guessing, the issue came from the publication to npm by @NoahDragon. Probably some wrong setup on git on Windows for CRLF. I think our Windows user have their environment setup with Otherwise, great project, I love it!!! |
@jourdain thank you. I didn't notice the config. I will fix it, and re-publish. |
Thanks for the great work... |
It seems that our Windows user have |
Sorry for the inconvenience. Publish 3.3.1. Please get the latest version, and kindly info if it is working. |
NPM really should avoid such issue by following the git global config, which is check-out as windows style and check-in as unix ending. |
Yep. Waiting for my travis to get back to let you know... |
Ok giving up on travis... Tried locally and everything is fine now. Thanks! |
Great glad it is working! Thanks for letting us know. |
Bug on unix system
Changing the line ending to Unix in
./node_modules/.bin/hexo
solved the problem.The text was updated successfully, but these errors were encountered: