Git Product home page Git Product logo

node-formula's Introduction

node

This formula installs node.js.

Installing from source

An example pillar file looks as follows:

node:
  version: 5.4.0
  checksum: 1dfe37a00cf0ed62beb73071f571ac56697f544a98cc2ff3318faec6363d72ab
  make_jobs: 2
  install_from_source: True

Available versions can be found on nodejs.org/dist/; the checksums are listed in the file SHASUMS256.txt in the respective version’s directory. The node-v….tar.gz checksum is used.

Installing binary packages

On Linux, the binary node.js distribution can be installed to /usr/local/share/ with the following pillar file:

node:
  version: 5.4.0
  checksum: f037e2734f52b9de63e6d4a4e80756477b843e6f106e0be05591a16b71ec2bd0
  install_from_binary: True

The checksum for the node-v…-linux-x64.tar.gz file has to be provided.

Older versions

When building from sources, only newer node versions with npm included are supported (Versions 0.9.x and newer should be safe). Also, the executable will be called node.

If you need to install older versions, where the executable is called nodejs, use previous commits of this formula.

Installing from packages

See the example pillar file.

node-formula's People

Contributors

abednarik avatar akatrevorjay avatar auser avatar brandonparsons avatar granjow avatar gravyboat avatar iggy avatar johnkeates avatar johnklehm avatar malept avatar nmadhok avatar puneetk avatar schwing avatar stp-ip avatar techhat avatar timka avatar whiteinge avatar wwentland avatar

Watchers

 avatar

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.