Skip to content

Commit 9e33c9f

Browse files
deepak-terseDeepak Terse
andauthored
[Chore]: Enforce supported Node/npm versions and update prerequisites documentation (#2597)
* docs:added setup notes * chore: tooling/environment --------- Co-authored-by: Deepak Terse <deepak.terse@XINMBMAC45VJ9.local>
1 parent b6c5264 commit 9e33c9f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ Any form of contribution is welcome, including but not limited to:
207207
- Submitting translations
208208
- Submitting any other forms of contribution
209209

210+
## Prerequisites
211+
212+
- Node.js (v20.x – v22.x)
213+
- npm (required – pnpm is not supported)
214+
210215
## Build Instructions
211216

212217
1. Clone the repository from Github

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "xyz.chatboxapp.ce",
33
"productName": "xyz.chatboxapp.ce",
44
"version": "0.0.1",
5+
"engines": {
6+
"node": ">=20.0.0 <23.0.0",
7+
"npm": ">=10.0.0"
8+
},
59
"private": true,
610
"description": "A desktop client for multiple cutting-edge AI models",
711
"main": "./src/main/main.ts",

0 commit comments

Comments
 (0)