# Pre-requisites

### **Pre-requisites**

Able-pro vue is based on `nodejs.` Please check the following **prerequisites** before jumping on it.

In your command terminal and check using the **`node -v`** command

```bash
node -v
v24.12.0
```

**Package Manager** - npm or yarn

```bash
yarn -v
1.22.22
```

### **Troubleshooting**

If you face the following error in your terminal, it means **Yarn** is not installed in your system.

<pre class="language-bash"><code class="lang-bash">yarn -v
<strong>'yarn' is not recognised as an internal or external command,
</strong>operable program or batch file.
</code></pre>

Please install it using this [link](https://yarnpkg.com/getting-started/install), as it does not come with **Node** automatically.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://phoenixcoded.gitbook.io/able-pro/vue/pre-requisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
