forked from jesmannstl/zap2xml
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Jonathan Caicedo edited this page May 15, 2026
·
3 revisions
Welcome to my fork. I've been maintaining and adding upgrades to this project.
Here’s a quick guide for installing Node.js on Windows, Linux, Raspberry Pi, and macOS
- Go to the official Node.js website: https://nodejs.org/
- Download the LTS (Recommended) Windows Installer.
- Run the installer and follow the prompts (accept defaults).
- Install zap2xml dependencies and build.
- Open Terminal and make sure your packages are up to date
sudo apt update && apt upgrade
- Install Node.js LTS version
sudo apt install nodejs npm
- Open Terminal.
- Install Homebrew if you don’t have it:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Node.js (LTS version) using Homebrew:
brew install node
You can either download the Zip file and extract to the folder you wish to use
Or use git clone from Command Prompt to download to a zap2xml folder automatically
Open Command Prompt/Terminal
If you are using git clone go to the directory you wish to download to Then
git clone https://github.com/JCBird1012/zap2xml.git
Now that it's downloaded in Command Prompt/Terminal change to the zap2xml directory and install then build
cd /path/to/zap2xml
npm install
npm run build