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

Installation on OS X 10.11 El Capitan & node 4.1.1 fails #129

Closed
benmarten opened this issue Sep 29, 2015 · 15 comments
Closed

Installation on OS X 10.11 El Capitan & node 4.1.1 fails #129

benmarten opened this issue Sep 29, 2015 · 15 comments

Comments

@benmarten
Copy link

I have upgrade to El Capitan and latest node 4.1.1 and get this error:

https://gist.github.com/anonymous/9f92890510f74b272252

Any ideas, whats wrong?

@ilanbiala
Copy link
Member

El Capitan has not yet been released, I'm sure there are bugs with Node/npm/gyp/nan/.

@codydaig
Copy link
Member

And we don't support node 4.x yet

@ilanbiala
Copy link
Member

@codydaig
Copy link
Member

@ilanbiala But the project itself doesnt. https://travis-ci.org/meanjs/mean

@ilanbiala
Copy link
Member

@codydaig @lirantal node-gyp rebuild seems to cause the issue.

@codydaig
Copy link
Member

@ilanbiala meanjs/mean#922 resolves that issue. However, there are still dependency issues of dependencies failing on Node 4.x

@jimf2342
Copy link

Hi, I also encountered the compilation errors listed by benmarten, but on OS X Yosemite. I have tried several of the work arounds listed in some of the other bugs/links, primarily installing different versions of the dependencies, but that has not worked out for me.

Any work around suggestions?

@codydaig
Copy link
Member

@jimf2342 What version of Node are you running?

@jimf2342
Copy link

@codydaig I encountered this problem with node v4.1.2.

@codydaig
Copy link
Member

@jimf2342 If you want to use Node 4, you must select master when generating the project. Node 4 support isn't in an official release yet in the meanjs project.

@jimf2342
Copy link

@codydaig What would you recommend? I'm dipping my toes in the water and I am more interested in a stable version versus managing unreleased versions. Rev node back to an earlier revision and proceed from there?

@codydaig
Copy link
Member

@jimf2342 Yes. If your looking for stable I recommend Node 0.12.x simply because there's not enough Node 4 support yet. A lot of projects and packages are still working on getting dependencies up to date.

@jimf2342
Copy link

Thanks @codydaig. I will back down and give it another try.

@codydaig
Copy link
Member

@jimf2342 I recommend installing node with nvm as it allows you to easily switch between versions depending on your mood.

http://www.codydaig.me/installing-node-with-nvm/

@jimf2342
Copy link

@codydaig Thanks for the link! Virtual version management for the win. :)

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

No branches or pull requests

4 participants