node-win 1.0.5
Install from the command line:
Learn more about npm packages
$ npm install @internxt/node-win@1.0.5
Install via package.json:
"@internxt/node-win": "1.0.5"
About this version
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 buildThis step compiles the necessary native bindings.