mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-16 00:38:19 +08:00
update 包管理 降级到pnpm 10版本 兼容低版本nodejs
This commit is contained in:
parent
903c34801a
commit
0697f1fafb
@ -4,6 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "React + Ant Design version of RuoYi-Vue-Plus UI",
|
"description": "React + Ant Design version of RuoYi-Vue-Plus UI",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"packageManager": "pnpm@10.34.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm build:prod",
|
"build": "pnpm build:prod",
|
||||||
"build:dev": "cross-env UMI_ENV=development BABEL_POLYFILL=none max build",
|
"build:dev": "cross-env UMI_ENV=development BABEL_POLYFILL=none max build",
|
||||||
@ -61,6 +62,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.19.0",
|
"node": ">=20.19.0",
|
||||||
"pnpm": ">=11.0.0"
|
"pnpm": ">=10.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user