@ex-machine/node20

20.0.2 • Public • Published

A wrapper that allows Node 20 to be installed together with other Node versions.

Installation

npm i -g @ex-machine/node20

Usage

The same as node:

node20 --help

Can be used in NPM scripts instead of global Node installation:

{
  "scripts": {
    "start": "node20 index.js"
  },
  "dependencies": {
    "@ex-machine/node20": "*"
  }
}

/@ex-machine/node20/

    Package Sidebar

    Install

    npm i @ex-machine/node20

    Weekly Downloads

    1

    Version

    20.0.2

    License

    MIT

    Unpacked Size

    3.31 kB

    Total Files

    6

    Last publish

    Collaborators

    • ex-machine