Skip to content

ex-machine/node-wrapper

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published