@ex-machine/node15

15.0.2 • Public • Published

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

Installation

npm i -g @ex-machine/node15

Usage

The same as node:

node15 --help

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

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

Readme

Keywords

Package Sidebar

Install

npm i @ex-machine/node15

Weekly Downloads

2

Version

15.0.2

License

MIT

Unpacked Size

3.31 kB

Total Files

6

Last publish

Collaborators

  • ex-machine