Prerequisites
Before using Kexra, ensure you have Node.js installed on your system.
Why this exists
Kexra runs on Node.js, so it's necessary for execution. This page helps users verify their setup.
How it works
Check Node.js version with node --version. Version 14+ is recommended.
Examples
node --version
# Should output v14.0.0 or higher
Common mistakes
- Using outdated Node.js
- Not installing Node.js at all