Skip to content

Node Version

Mikaeljlj edited this page Sep 28, 2017 · 2 revisions

Version Information

  • As of 28-09-2017, the current node version used in the project is 4.0

Changing node version and installation of the project

To change the node version that is used by the npm installer, these 3 steps allow to change to the wanted version

sudo npm cache clean -f
sudo npm install -g n
sudo n <version>
Clone this wiki locally