Skip to content

NodeJS version manager alternative that fixes many of the problems seen on Linux without replacing NVM. Also supports easy updates to most current release.

License

Notifications You must be signed in to change notification settings

hudson-newey/NodeJS-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Update

This originally started off as a project to automatically update nodejs, but has since turned into an alternative to NVM after how much of a pain NVM was to work with.


Usage

$ ./nodejs_update.sh (version) [Optional Flags] Options for version: {latest, version number}

Optional CLA Flags

  • --overwrite-node Overwrites node in path instead of using nodejs
  • --force Disables checks and forces installation.

To use NodeJS executable By default, NodeJS-Update creates a new executable in PATH named nodejs which is automatically updated. To automatically update the node executable in PATH, use the --overwrite-node CLA flag. Find nodeJS version $ nodejs --version

To run a file called index.js with nodejs $ nodejs ./index.js

About

NodeJS version manager alternative that fixes many of the problems seen on Linux without replacing NVM. Also supports easy updates to most current release.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published