Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sergeiown/node.js_non_nvm_update
- Owner: sergeiown
- License: mit
- Created: 2023-06-18T12:23:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T13:00:08.000Z (11 months ago)
- Last Synced: 2024-01-25T14:25:53.905Z (11 months ago)
- Topics: command-line-tool, node-js, nodejs, update, win64
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.