Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergeiown/node.js_non_nvm_update

A command-line Node.js Updater that does not use NVM
https://github.com/sergeiown/node.js_non_nvm_update

command-line-tool node-js nodejs update win64

Last synced: about 2 months ago
JSON representation

A command-line Node.js Updater that does not use NVM

Awesome Lists containing this project

README

        

# Node.js Updater

Node.js Updater is a win64 command-line tool that checks the installed version of Node.js and compares it with the latest available version. **The user is prompted to update Node.js if desired.** 😈

## Dependencies

![image](https://github.com/sergeiown/Node.js_non_nvm_update/assets/112722061/60a66263-b0cd-4143-a618-855765648d5d)

## Usage

Run the following command to start the program:

```node index.js```

The program checks the system language and uses one of them: `en` (English) or `uk` (Ukrainian). For other options, English is used by default.

The program checks the installed version of Node.js and compares it with the latest available version. If the installed version is not up to date, the program prompts the user to update Node.js. After updating or if the installed version is already up to date, the program informs the user about the Node.js version status.
**Note: this is win64 version.**

## Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.