[Desktop] Add install path validation error messages (#3059)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Robin Huang
2025-03-17 17:37:11 -07:00
committed by Chenlei Hu
parent 07ea8712e3
commit dbc78b0a19
9 changed files with 28 additions and 8 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.20",
"@comfyorg/comfyui-electron-types": "^0.4.31",
"@comfyorg/litegraph": "^0.10.7",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
@@ -460,9 +460,9 @@
}
},
"node_modules/@comfyorg/comfyui-electron-types": {
"version": "0.4.20",
"resolved": "https://registry.npmjs.org/@comfyorg/comfyui-electron-types/-/comfyui-electron-types-0.4.20.tgz",
"integrity": "sha512-JFKGk9wSx7CcYh9MRNo7bqTLJwQzVc+1Xg8V2Ghn9BS3RzpmkfktaWHi+waU7/CRQMzvjF+mnDPP58xk1xbVhA==",
"version": "0.4.31",
"resolved": "https://registry.npmjs.org/@comfyorg/comfyui-electron-types/-/comfyui-electron-types-0.4.31.tgz",
"integrity": "sha512-6tdUfrRyJ9mLlGhNxKqao0kdO+nKRLzQIbENmTK1EtJ1zhMmCp43a+pG7+kecjgp0pbfzxWKhTdCarS9A9fkqw==",
"license": "GPL-3.0-only"
},
"node_modules/@comfyorg/litegraph": {