OpenPromptStudio icon indicating copy to clipboard operation
OpenPromptStudio copied to clipboard

容器化部署出错

Open zhuzhuxia123 opened this issue 1 year ago • 1 comments

VITE v3.1.0 ready in 210 ms

➜ Local: http://localhost:12833/apps/ops/ ➜ Network: http://172.17.0.5:12833/apps/ops/ ✘ [ERROR] No matching export in "node_modules/@vueuse/core/node_modules/vue-demi/lib/index.mjs" for import "createApp"

node_modules/@vueuse/core/dist/index.esm.js:1:62:
  1 │ import { isRef, ref, watchEffect, computed, customRef, unref, createApp, reactive, watch, getCurrentInstance, onMounted, onUpdated, toRefs as toRefs$1, shallowRef, markRaw, readonly, isVue2 } from 'vue-demi';
    ╵                                                               ~~~~~~~~~

zhuzhuxia123 avatar Apr 12 '23 02:04 zhuzhuxia123

试试 npm install 重新安装依赖

yArna avatar Apr 12 '23 07:04 yArna