Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

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

Installation

npm i -g @ex-machine/node4

Usage

The same as node:

node4 --help

Local Node can be used in NPM scripts instead of global Node installation:

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

About

A wrapper that allows specific Node version to be installed together with other Node versions

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages