-
Notifications
You must be signed in to change notification settings - Fork 66
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
Node.js on ChakraCore #1148
Comments
Hello, you can install msi you need at
--ilya. |
Thanks @IlyaFinkelshteyn. I've tried something similar but run into an issue with
|
Please try script provided, it was tested with AppVeyor before publishing here, |
Also you can implement retry if network connection appears to be flaky. |
I have tried what you have suggested. I'm getting the above error. https://ci.appveyor.com/project/sass/node-sass/build/2116/job/df741m5revs5eiy6 https://github.com/sass/node-sass/compare/trash/chakra |
I can get it installing now but |
OK, I am not very familiar with this product, but I see that when you install msi, it creates Node.js (chakracore) command prompt shortcut from which commands supposed to be executed. No difference with AppVeyor I believe. This shortcut calls |
I have managed to get this working in https://github.com/sass/node-sass/blob/trash/chakra/appveyor.yml. For reference node-chakracore is an experimental new Node.js engine currently primarily targeted at Windows. It's something Node projects on Windows will want to start testing against. It's for this reason I opened this request for an official support.
|
@IlyaFinkelshteyn . currently sass/node-sass#1777 is fetching the msi from node-chakracore release page. We are working on getting CI builds from |
Alternatively we could use nvs that supports running various versions of node in CI environment. It has support for both appveyor and Travis. |
I would like to see out-of-the-box |
@kunalspathak You could also retrieve latest tag from GitHub to build the download URL. For example: https://gist.github.com/smola/388b05b2602fd91c33975744ba653975#powershell |
Add support for node-chakracore. They provide precompiled msi binaries for each GH release.
This will help adoption, and stress testing of node-chakracore.
Related
nodejs/node-chakracore#136
sass/node-sass#1776
sass/node-sass#1777
The text was updated successfully, but these errors were encountered: