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. 😈
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.
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.