nodejs.org

10.9.0 • Public • Published

npm (scoped)

node.js static binaries for Linux, macOS and Windows.

Supports Linux (32 and 64-bit), macOS (64-bit) and Windows (32 and 64-bit).
The package version matches the version of the binaries.

  • 6.*.* (Boron)
  • 8.*.* (Carbon)
  • 10.*.* (latest)

Installation

This module is installed via npm:

$ npm install nodejs.org

Example Usage

Returns the path of a statically linked node binary on the local filesystem.

const nodejsPath = require('nodejs.org').path;
console.log(nodejsPath);
// /Users/Dude/dev/nodejs.org/bin/darwin/x64/node

Sources of the binaries

The build script downloads binaries from the official release repository at nodejs.org/download.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i nodejs.org

    Weekly Downloads

    26

    Version

    10.9.0

    License

    MIT

    Unpacked Size

    122 MB

    Total Files

    12

    Last publish

    Collaborators

    • a-sync