File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Setup
22
3- This guide explains how to set up and build the node-win project.
4-
5- ---
3+ This guide explains how to set up and build the ` node-win ` project.
64
75## Prerequisites
86
97Before proceeding, ensure you have the following tools installed:
108
11- ``` markdown
12- - Python 3.10 (configured correctly).
13- - Node.js and yarn.
14- - node-gyp (global installation):
9+ - ** Python 3.10**
10+ - ** Node 18**
11+
12+ ``` bash
13+ nvm install 18
14+ ```
15+
16+ - ** yarn**
17+
18+ ``` bash
19+ npm install -g yarn
1520```
1621
22+ - ** node-gyp**
23+
1724``` bash
1825npm install -g node-gyp
1926```
2027
2128- ** Visual Studio** (not VS Code) for building native dependencies.
2229
23- ---
24-
2530## Build Steps
2631
2732Run the following command to build the project:
@@ -31,5 +36,3 @@ npm run build
3136```
3237
3338This step compiles the necessary native bindings.
34-
35- ---
Original file line number Diff line number Diff line change 11{
22 "name" : " @internxt/node-win" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " Drive desktop node addon" ,
55 "main" : " dist/index.ts" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments