This guide explains how to set up and build the node-win
project.
Before proceeding, ensure you have the following tools installed:
- Python 3.10
- Node 18
nvm install 18
- yarn
npm install -g yarn
- node-gyp
npm install -g node-gyp
- Visual Studio (not VS Code) for building native dependencies.
Run the following command to build the project:
npm run build
This step compiles the necessary native bindings.