> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/automation/tacotruck-cli/installation/npm.md).

# NPM

#### Prerequisites

* Node.js version 18 or higher
* npm (comes with Node.js)

#### Installation Steps

1. Install Node.js 18+ from [nodejs.org](https://nodejs.org)
2. Open your terminal/command prompt
3. Run the following command:&#x20;

```sh
npm install -g @testfiesta/tacotruck
```

#### Verify Installation

You can verify installation process by running the following command:

```bash
tacotruck --version
```

#### Upgrading CLI

You can simply run the following command to upgrade the CLI:

```sh
tacotruck upgrade
```
