Dependercies

Here we'll be downloading the dependencies required in order to download the dashboard.

Dependencies

  • NodeJS

  • NPM

  • Git

Installing NodeJS

To quickly download NodeJS you can type the following command:

$ sudo apt-get install nodejs

Once that's install you can install NPM.

$ sudo apt install npm

Installing Git

You can now download Git which is required to download the files.

$ apt-get install git

Last updated

Was this helpful?