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

Install fails under io.js #286

Closed
malexdev opened this issue Mar 7, 2015 · 6 comments
Closed

Install fails under io.js #286

malexdev opened this issue Mar 7, 2015 · 6 comments
Assignees
Labels

Comments

@malexdev
Copy link

malexdev commented Mar 7, 2015

When using io.js 1.5.0, running npm i -g nativescript fails due to compile errors on fibers.js.

@meetwudi
Copy link

meetwudi commented Mar 7, 2015

+1 for this error, but I think this is an issue of io.js or fiber, not nativescript

@rosen-vladimirov
Copy link
Contributor

Hi @codechimera , @tjwudi
Currently nativescript-cli does not support io.js. The problem is that io.js is using version of V8 that is different from the one used on Nodejs 0.10.x and 0.12.x
Several of our dependencies are using native calls to V8 and at the moment most of them do not support io.js. We are notifying the developers of the dependencies for these issues and we are working closely with them in order to add support for io.js in the near future. Unfortunately you will have to use nodejs 0.10.x or nodejs 0.12.x for the moment.

@malexdev
Copy link
Author

malexdev commented Mar 9, 2015

Ok, makes sense. Thanks for the response!
Do you want me to close the issue, since it seems the team was already aware of it?

@rosen-vladimirov
Copy link
Contributor

@codechimera , I prefer to keep it open, so we'll all track it here and write comments in case we have new information. So I'll assign it to myself and I'll keep it updated with the current progress.

@rosen-vladimirov rosen-vladimirov self-assigned this Mar 9, 2015
@malexdev
Copy link
Author

Gotcha. Sounds great!

@rosen-vladimirov
Copy link
Contributor

Hi, support for io.js is not deprecated now, please follow the new issue for working with Node 4.x.x here.

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

No branches or pull requests

3 participants