SCE-Development/SCE-CLI

Add script to upgrade node on Linux

Closed this issue · 1 comments

Currently, the version of Node in Ubuntu's default repository is outdated and not supported by npm. We can add script to detect the installed version and upgrade it via various methods (such as nvm).

We could manually install nvm if it's not installed and then use it to install change both node and npm.

An example of downlading a script to handle this is in Quasar/printer/Dockerfile:12