mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +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": {
|
||||
"node": ">=18.0.0",
|
||||
"pnpm": "~9.1.0"
|
||||
"pnpm": "^9.1.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user