node-win 1.0.1
Install from the command line:
Learn more about npm packages
$ npm install @internxt/node-win@1.0.1
Install via package.json:
"@internxt/node-win": "1.0.1"
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 (configured correctly).
- Node.js and yarn.
- node-gyp (global installation):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.