-
Notifications
You must be signed in to change notification settings - Fork 5
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
Struggling to get up and running #1
Comments
Hello benedfit, thanks trying succss out. What OS version are you using ?
|
Hi, I'm using OSX 10.10.3
|
Ok now can you get a symlink path with: ls -l /usr/local/bin/succss I doubt the problem is with python, it is working fine with 2.7.8 and you get it running by cloning the repository. I can hardly see what is causing the problem. EDIT: isn't the install keyword mandatory with npm (using the -g option) ? |
Running that seems to have solved the problem. I did originally have Python 2.7.7, and didn't already have PhantomJS installed when I first installed. Having uninstalled and reinstalled the problem has gone away so I'll chalk it up to one of these two factors. Thanks for the help |
@B2F sorry, but I'm still having some issues Running
EDITED |
Do you have this problem with the binary from the cloned repository ?
At line 114 |
That didn't fix anything unfortunately. I don't have this issue when working with the cloned repo |
Could be related to http://stackoverflow.com/questions/16987328/casperjs-not-finding-file-that-is-clearly-there perhaps? |
It could be, but the issue you mention is for phantomjs v1.9.1, what version are you using (I have 1.9.8) ? |
Hi, I run succss on Ubuntu fine. But in Mac, I have same problem:
Can you help me fix it, please. Thank you, |
Luckily, I just install BackstopJS + PhantomCSS and then SUCCSS will run fine. |
I figured out you needed casperjs and phantomjs installed separately with npm install -g, the issue of the op appears when both of the previous are missing system wide. That also explains why installing BackstopJS and/or PhantomCSS fixes the issue. |
This didn't fix it for me:
Results in:
I'm running |
Please run:
|
Why the need to install globally? It would be nice to use local packages:
|
It is by no way meant to be a per project dependency, it would be unnecessarily redundant, the bin is not tied to any projects other than itself. |
I've just installed succss via
npm -g succss
and get the following errors:yields:
yields:
I was however able to clone this repository and run the test successfully
The text was updated successfully, but these errors were encountered: