GithubHelp home page GithubHelp logo

go-workflow-ui's Issues

项目启动不了

Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main resolved in C:\GoDevelop\go-workflow-UI\node_modules@babel\helper-compilation-targets\package.json
at applyExports (internal/modules/cjs/loader.js:490:9)
at resolveExports (internal/modules/cjs/loader.js:506:23)
at Function.Module._findPath (internal/modules/cjs/loader.js:634:31)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:952:27)
at Function.Module._load (internal/modules/cjs/loader.js:841:27)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (C:\GoDevelop\go-workflow-UI\node_modules@babel\preset-env\lib\debug.js:8:33)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (C:\GoDevelop\go-workflow-UI\node_modules@babel\preset-env\lib\index.js:11:14)
at Module._compile (internal/modules/cjs/loader.js:1137:30)

@ multi (webpack)-dev-server/client?http://192.168.1.103:8081/sockjs-node (webpack)/hot/dev-server.js ./src/index.js

您好 我clone了您的项目 npm run serve 无法启动

项目无法build

Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
⠸ Building for production as library (commonjs,umd,umd-min)...

ERROR Failed to compile with 1 error 下午2:22:38

error in ./src/components/Generator/Main.vue

Module Error (from ./node_modules/eslint-loader/index.js):

/home/dx/frotent/go-workflow-UI-master/src/components/Generator/Main.vue
134:5 error Unexpected console statement no-console

✖ 1 problem (1 error, 0 warnings)

@ ./src/components/Generator/index.js 1:0-31 3:0-27 4:15-24
@ ./src/components/index.js
@ ./src/index.js
@ ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js

ERROR Build failed with errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: vue-cli-service build --target lib --dest lib ./src/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/dx/.npm/_logs/2021-07-12T06_22_38_121Z-debug.log

添加条件分支后再选择审批人报错。

1581918430462

选择一个分支条件,再点击审批人报错:Error in v-on handler: "TypeError: Cannot read property 'prevId' of undefined",
不懂前端,麻烦帮忙看看。
我是下载源码后,修改entry为main.js,npm i,npm run serve这样启动运行的。没看懂前面那三个步骤

新增节点、移除节点,多执行几次,会出现数据错乱。

原因是process.js里面的iteratorData方法有问题 应该直接去掉这段代码
if (temp.type === 'route') { resultArr.push(temp) } else { var item = { nodeId: temp.nodeId, name: temp.name, type: temp.type, properties: temp.properties } resultArr.push(item) }
在相同的位置加入
resultArr.push(temp)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.