Yiuman / bpmn-vue-activiti

基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)

Home Page:https://yiuman.github.io/bpmn-vue-activiti/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行空白了

whqgo opened this issue · comments

控制台 报错

Uncaught TypeError: Cannot read properties of undefined (reading 'modules')

node版本是多少 是否安装了依赖?

commented

同上,node 16.13.2 14.19.3 都试过了 不行,源码里的14.14.22装不上

走国内镜像试过了吗

同上 yarn安装的 node 16.15.0

同上,node v16.15.0

Uncaught TypeError: Cannot read properties of undefined (reading 'modules')
    at comp.setup (__vue-jsx-ssr-register-helper:7:18)
    at callWithErrorHandling (runtime-core.esm-bundler.js:154:22)
    at setupStatefulComponent (runtime-core.esm-bundler.js:7131:29)
    at setupComponent (runtime-core.esm-bundler.js:7087:11)
    at mountComponent (runtime-core.esm-bundler.js:5096:13)
    at processComponent (runtime-core.esm-bundler.js:5071:17)
    at patch (runtime-core.esm-bundler.js:4673:21)
    at render2 (runtime-core.esm-bundler.js:5791:13)
    at mount (runtime-core.esm-bundler.js:4081:25)
    at app.mount (runtime-dom.esm-bundler.js:1319:23)