-
Notifications
You must be signed in to change notification settings - Fork 46
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
DOS Line Endings #34
Comments
Actually the whole thing is using crlf line terminators, wtf? |
I had no problem using the spider CLI on my OSX machine. What files exactly did you dos2unix? |
Converting cli.js remedies the problem, but every text file in the npm package appears to have crlf terminators with the exception of package.json. |
I had this problem too, on two computers running OS X Yosemite. @alongubkin what platform are you developing on? |
Yep, confirming that this is a problem on my OS X machine as well. (10.10.1) |
Solved. Had to publish the npm package from an OS X machine. Reinstall spider and try again:
|
Hi,
Just npm installed spider-script and after trying to run it from the command line I got this error:
After some googling it appeared the issue is DOS line endings and that the file should be republished from a Unix machine:
Stack reference here
Github issue here
I managed to resolve the issue using the dos2unix package but thought I should let you know
The text was updated successfully, but these errors were encountered: