Skip to content

Commit 54332d2

Browse files
committed
feat(): add warning
1 parent 959be99 commit 54332d2

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
<br>
88

9+
> [!WARNING]
10+
> This project now uses **pnpm** as its package manager. Please make sure you have pnpm installed before running any commands. You can install it globally with `npm install -g pnpm` or follow the [official installation guide](https://pnpm.io/installation).
11+
12+
<br>
13+
914
## Intro
1015

1116
This project has been created with three purposes:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"doc:dev": "cd docs && pnpm exec pnpm run dev",
1212
"preinstall": "npx only-allow pnpm"
1313
},
14+
"engines": {
15+
"node": ">=20.19.6"
16+
},
1417
"private": true,
1518
"packageManager": "pnpm@10.23.0",
1619
"dependencies": {

0 commit comments

Comments
 (0)