Skip to content
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

Mac Installer getting stuck at 94% but not solved by #34 #75

Closed
catherine-jones opened this issue Mar 1, 2016 · 7 comments
Closed

Mac Installer getting stuck at 94% but not solved by #34 #75

catherine-jones opened this issue Mar 1, 2016 · 7 comments

Comments

@catherine-jones
Copy link

Hi I am trying to install using the Mac installer, it looks like it is getting stuck so i looked at issue #34. I followed the instructions but its still not working. I am using the latest version of OSX and XCode. Do you have any ideas what might be going wrong. I have tried the manual install and am still getting the same error

Error: listen EADDRINUSE :::8374
    at Object.exports._errnoException (util.js:837:11)
    at exports._exceptionWithHostPort (util.js:860:20)
    at Server._listen2 (net.js:1231:14)
    at listen (net.js:1267:10)
    at Server.listen (net.js:1363:5)
    at Server.listen (/Users/BitGirl/development/styleguide-master 2/styleguide/structure/_node-files/node_modules/livereload/lib/livereload.js:70:28)
    at Object.exports.createServer (/Users/BitGirl/development/styleguide-master 2/styleguide/structure/_node-files/node_modules/livereload/lib/livereload.js:216:12)
    at Object.module.exports.start (/Users/BitGirl/development/styleguide-master 2/styleguide/structure/_node-files/modules/livereloader.js:12:25)
    at Object.<anonymous> (/Users/BitGirl/development/styleguide-master 2/styleguide/structure/_node-files/watch.js:39:14)
    at Module._compile (module.js:434:26)```
@catherine-jones
Copy link
Author

I believe this this may be related to the closed bug #47 which i noticed references Browser Sync, i do have this installed but it should not be running as I have done a system restart. I have also tried changing the port but this has not helped.

I am running OSX 10.11.3 on Mac

@Ionut-Milas
Copy link
Contributor

Make sure that you have Harp installed...

@caiovaccaro
Copy link
Contributor

Hi @catherine-jones !

It seems to be a problem with the Livereload port, in this file: https://github.com/hugeinc/styleguide/blob/master/styleguide/structure/_node-files/modules/livereloader.js#L13

We can provide a patch that fixes that. If you want you can modify the file yourself, changing the port and seeing if it solves the problem.

@barnanorbert
Copy link

barnanorbert commented May 30, 2016

Hy, i have got the same problem like catherine's. I am using the latest version of OSX, with google chrome. The installer getting stuck at 94%. When im using the mac installer, getting this error.
screen shot 2016-05-30 at 15 59 02

but when im trying to install it manually
harp

what should i do to make it work?
Thanks!

@caiovaccaro
Copy link
Contributor

Hi!

Can you please remove all the files, download and try again? I just updated all dependencies, Node version and fixed some bugs.

If you have NodeJS installed please make sure it is the latest version.

Thank you.

@barnanorbert
Copy link

After your hotfix, works like charm! Thank you mate!

@caiovaccaro
Copy link
Contributor

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants