Moonvy / OpenPromptStudio

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

在window11 系统中部署出现 Internal server error: Failed to resolve import "@moonvy/app-core" from "src\Boot\index.ts". Does the file exist? #27

Open gangtiejixie opened 1 year ago

gangtiejixie commented 1 year ago

Failed to resolve import "@moonvy/app-core" from "src\Boot\index.ts". Does the file exist? 10:57:57 [vite] Internal server error: Failed to resolve import "@moonvy/app-core" from "src\Boot\index.ts". Does the file exist? Plugin: vite:import-analysis File: E:/Projects/OpenPromptStudio/src/Boot/index.ts 1 | import { bootVue } from "./vue.boot"; 2 | import { I18n } from "@moonvy/app-core"; | ^ 3 | export function boot() { 4 | ; 部署后出现上诉报错 系统版本 Windows 11 企业版 22H2 (22621.1105) nodejs版本 18.15.0 LTS

gangtiejixie commented 1 year ago

需要多执行几次 npm install --legacy-peer-deps 可能是网络原因导致引用库缺失