In this article, we will explain in detail:

  1. How to install
  2. How to fix errors
  3. How to uninstall

1.How to install

Uninstalling Older Versions (run if necessary)

If you have Track CLI v2 and earlier versions installed, you will need to uninstall the older versions prior to installing Track CLI (v3 or later).

Start the terminal application and execute the following command:

For Linux and MacOS

sudo rm "$(which track)"

For Windows

rmdir /s %homepath%\\.track

Installing Node.js

Track CLI requires Node.js v16 or later.

We recommend the following methods for official website

Download the installer from the official website

https://nodejs.org/en/download

Install using nvm (Node Version Manager)

https://github.com/nvm-sh/nvm

Once Node.js is installed, launch the terminal application and execute each of the following commands. If the correct version is displayed, you have succeeded.

node --versionnpm --version

image - 2024-08-20T094605.428 (1).png