Giter Site home page Giter Site logo

derhuerst / download-chakracore Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 22 KB

Download a Node-ChakraCore binary.

Home Page: https://github.com/derhuerst/download-chakracore

License: ISC License

JavaScript 100.00%
download binary prebuilt chakracore node

download-chakracore's Introduction

download-chakracore

Deprecated. The Node-ChakraCore project has been archived.


Download a Node-ChakraCore binary.

npm version build status ISC-licensed chat on gitter support me on Patreon

Installing

npm install download-chakracore

Requirements

In order to use this, you need unzip or tar. download-chakracore will prefer .zip over .tar.gz when downloading from the releases.

Usage from the command line

download-chakracore <destination>

destination must be the final path of the node executable.

Usage from JS

const download = require('download-chakracore')

download(dest, {log: console.log})

dest must be the final path of the node executable. opt partially overrides the following defaults:

{
	version: 'latest',
	arch: process.arch,
	platform: process.platform,
	cache: require('env-paths')('download-chakracore').cache,
	githubToken: null,
	log: () => {} // to log messages
}

Returns a Promise that rejects if an error occurs.

Contributing

If you have a question or have difficulties using download-chakracore, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

download-chakracore's People

Contributors

derhuerst avatar greenkeeper[bot] avatar

Watchers

 avatar  avatar  avatar

download-chakracore's Issues

An in-range update of node-fetch is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.1.2 of node-fetch was just published.

Branch Build failing 🚨
Dependency node-fetch
Current Version 2.1.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

node-fetch is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes Version 2.1.2
  • Fix: allow Body methods to work on ArrayBuffer-backedBody` objects
  • Fix: reject promise returned by Body methods when the accumulated Buffer exceeds the maximum size
  • Fix: support custom Host headers with any casing
  • Fix: support importing fetch() from TypeScript in browser.js
  • Fix: handle the redirect response body properly

See CHANGELOG.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.