mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
Fixes ERR_PNPM_UNSUPPORTED_ENGINE while creating a devcontainer. (#10154)
Details: https://github.com/gradio-app/gradio/issues/10141#issuecomment-2525108481
This commit is contained in:
parent
48e4aa9d62
commit
d5b299cfb2
@ -166,7 +166,7 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0",
|
"node": ">=18.0.0",
|
||||||
"pnpm": "~9.1.0"
|
"pnpm": "^9.1.0"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user