Moonvy / OpenPromptStudio

🥣 AIGC 提示词可视化编辑器 | OPS | Open Prompt Studio
https://moonvy.com/apps/ops/
5.96k stars 706 forks source link

fix: case sensitivity issues on linux #25

Closed OlalalalaO closed 1 year ago

OlalalalaO commented 1 year ago

When I run the program in Ubuntu system, I get the following error: 'Failed to resolve import "../../ParsePrompts" from "src/Compoents/PromptEditor/Lib/parsePrompts/parsers/Midjourney/index.ts". Does the file exist?' Linux platform is case-sensitive for file names, while Windows platform is not case-sensitive. You can find more information about this in the following document: https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity

yArna commented 1 year ago

This is really the problem Thank you very much for the PR!