# 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
```
