-
Notifications
You must be signed in to change notification settings - Fork 19
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
osx cli issue #9
Comments
Did you literally run |
it was a youtube link. i cannot run any pully command without getting that error. to me it looks like a windows line-ending issue |
Just looking through the code on GitHub, I think the bottom of that stack trace would be here, but I'm not sure what line-ending would be causing it. If you run the tests does it all work? |
Yep tests all work and the cli works if i call it with node like this
|
That's very interesting, thank you for looking in to it! Unfortunately that doesn't really give me any other ideas as to why it might be happening. Maybe something wrong with the alias, since the full path (via |
Having the same issue. |
I've confirmed this issue is due to CRLF endings. Didn't realize Node doesn't like them. Please see https://help.github.com/articles/dealing-with-line-endings/#platform-windows |
Sorry, this is probably an
A roundabout fix would be to have TravisCI publish the module for you. See https://docs.travis-ci.com/user/deployment/npm/ Thank you for this tool. HGPA |
Thanks @hparra and everyone! I will be sure to push a new build out tonight. I've learned a lot more about |
As of today on OS X
|
Oh my goodness, I am so sorry I did not get a chance to work on this yet. Since tomorrow is Memorial Day here in the USA, I will be able to make this fix and push out a new update (I will work on the build-chain more later). |
Version 1.2.2 is now live! Please download and let me know if the line endings are correct. I will check back periodically and make any fixes necessary. |
Thanks for the update, Jim. Unfortunately I just did |
@alexbinary Damn! I followed the steps here to try and fix all files, but it didn't show me editing any files. Anybody know of a way to find the problem file, or force-fix all of them? |
Has anybody been able to fix an issue like this before? I'm thinking that maybe if I make Travis CI deploy it then it should work fine. But I need to start installing ruby etc to encrypt my NPM creds. I will post here when that is done. |
Yes ! Just did |
also works for me now! thanks a lot. |
Phew, thanks for the help everyone! I deeply apologize for taking this long to resolve it! |
@JimmyBoh no need to apologise. we should be thanking you for writing the module! |
this issue is back again |
The issue is still there... Running |
Ok, so after some google searches I tried this and it seems to work for me:
|
Aah, a line ending issue? I thought I got rid of these. I'll try to fix it. |
@adaringdesign Brilliant. I just installed
and ran |
Sorry @PacoH, I wish this paid the bills so I could spend time on it. I will try to get a new version out there in the next day or so. I will write here when it is ready for your (and others) to test. |
All you have to do is run |
A new update is available. Please give it a shot and let me know what you find. I have also enabled logging via |
OK, Jimmy. Thanks for the update. It works without any modification. The download speed is slower than
|
If I could please get a few more people to test I will close this issue down. @PacoH If you would like to create a separate issue as a place to discuss download speeds then please feel free to do so and I will be happy to answer any questions. |
OK I will. |
Closing since I haven't heard anything else. |
after
npm install -g pully
on osx i getwhen trying to run it (i'm on node 4.3.1).
The text was updated successfully, but these errors were encountered: