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:
Anirban Basu 2024-12-08 15:16:36 +09:00 committed by GitHub
parent 48e4aa9d62
commit d5b299cfb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {