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

Chakra #1067

Open
mathiasrw opened this issue Apr 21, 2016 · 12 comments
Open

Chakra #1067

mathiasrw opened this issue Apr 21, 2016 · 12 comments
Labels
feature requests I want a new feature in nvm! OS: windows pull request wanted This is a great way to contribute! Help us out :-D

Comments

@mathiasrw
Copy link

Any plans to support versions of node running on Chakra from Microsoft?

@ljharb
Copy link
Member

ljharb commented Apr 21, 2016

Chakra is not cross-platform, and nvm does not work on Windows - and Windows bash is still too buggy for it to work (hopefully soon tho).

When node with Chakra works on Mac and Linux, then it would be worth considering, with the same concerns as for jxcore in #729.

@ljharb ljharb added OS: windows feature requests I want a new feature in nvm! labels Apr 21, 2016
@gentlefox
Copy link

gentlefox commented Aug 1, 2016

I guess that would be now:
xplat - cross-platform ChakraCore

@ljharb
Copy link
Member

ljharb commented Aug 1, 2016

While it's still unlikely nvm will support non-official builds, I'll open this in case someone wants to try a pull request.

@ljharb ljharb reopened this Aug 1, 2016
@ljharb ljharb added the pull request wanted This is a great way to contribute! Help us out :-D label Aug 1, 2016
@DylanPiercey
Copy link

https://github.com/mozilla/spidernode would also be nice to add :D.

@chicoxyzzy
Copy link

Node ChakraCore binaries
https://nodejs.org/download/chakracore-nightly/

@chicoxyzzy
Copy link

My colleague has pointed me to this thread when she was searching a way to install Node ChakraCore via nvm so I'll leave this here in case someone need this too:

NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/chakracore-nightly/ nvm i node

https://gist.github.com/chicoxyzzy/77dcbf21485d80b3ad870ed0d3286579

Enjoy!

@ljharb
Copy link
Member

ljharb commented Jun 14, 2017

Please be aware though; if you do this, your local nvm installation will almost certainly break in the future as I ship future capabilities.

@xzyfer
Copy link

xzyfer commented Jul 4, 2017

I'll open this in case someone wants to try a pull request.

What would you require of such a pull request that wont "almost certainly break in the future as I ship future capabilities."?

@ljharb
Copy link
Member

ljharb commented Jul 4, 2017

@xzyfer the reality is that chakra support kind of needs to wait until RC support lands, so it can follow that pattern (which will be used in nightlies as well).

@xzyfer
Copy link

xzyfer commented Jul 4, 2017

I don't see a tracking issue for that feature besides #779. Is there somewhere we can follow or contribute to the progress of rc/nightly support?

@ljharb
Copy link
Member

ljharb commented Jul 4, 2017

That's the only place to follow; the best contributions are helping to clear out other outstanding bugs.

@firrae
Copy link

firrae commented Apr 26, 2018

Is there any update on this? Node ChakraCore 10 released in unison with Node 10 V8. I'd love to try it out to see if it helps any of what I'm doing and play with it a bit. Installing it via NVM seems like a no-brainer for ths type of use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature requests I want a new feature in nvm! OS: windows pull request wanted This is a great way to contribute! Help us out :-D
Projects
None yet
Development

No branches or pull requests

8 participants
@ljharb @xzyfer @mathiasrw @chicoxyzzy @gentlefox @DylanPiercey @firrae and others