llaske / sugarizer-server

Sugarizer Server allow deployment of Sugarizer on a local server, for example on a school server.
Apache License 2.0
42 stars 92 forks source link

Check and display node version at launch #201

Closed llaske closed 4 years ago

llaske commented 4 years ago

Will be nice to add a check of the node version at Sugarizer Server launch. Currently support v6-v10) but seems to work on v12 too. It will be nice to add the node version in settings info displayed at startup:

   _____                        _              
  / ____|                      (_)             
 | (___  _   _  __ _  __ _ _ __ _ _______ _ __ 
  \___ \| | | |/ _` |/ _` | '__| |_  / _ \ '__|
  ____) | |_| | (_| | (_| | |  | |/ /  __/ |   
 |_____/ \__,_|\__, |\__,_|_|  |_/___\___|_|   
                __/ |                          
               |___/                           
Server for Sugarizer application v1.1.1
Settings file './env/sugarizer.ini'
Presence is listening on port 8039...
API is listening on port 8080...
llaske commented 4 years ago

Fixed in https://github.com/llaske/sugarizer-server/releases/tag/v1.2.0