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
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)
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