国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

flowable流程移植新項(xiàng)目前端問題匯總

這篇具有很好參考價(jià)值的文章主要介紹了flowable流程移植新項(xiàng)目前端問題匯總。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

flowable流程移植到新項(xiàng)目時(shí),出現(xiàn)一些前端問題,匯總?cè)缦拢?/p>

PS F:\khxm\NBCIO_VUE> yarn run serve
yarn run v1.21.1
$ vue-cli-service serve
?INFO ?Starting development server...
?ERROR ?Error:?

Vue packages version mismatch:

- vue@2.6.11 (F:\khxm\NBCIO_VUE\node_modules\vue\dist\vue.runtime.common.js)
- vue-template-compiler@2.7.14 (F:\khxm\NBCIO_VUE\node_modules\vue-template-compiler\package.json)

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

Error:?

Vue packages version mismatch:

- vue@2.6.11 (F:\khxm\NBCIO_VUE\node_modules\vue\dist\vue.runtime.common.js)
- vue-template-compiler@2.7.14 (F:\khxm\NBCIO_VUE\node_modules\vue-template-compiler\package.json)

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

????at Object.<anonymous> (F:\khxm\NBCIO_VUE\node_modules\vue-template-compiler\index.js:10:9)
????at Module._compile (node:internal/modules/cjs/loader:1105:14)
????at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
????at Module.load (node:internal/modules/cjs/loader:981:32)
????at Function.Module._load (node:internal/modules/cjs/loader:822:12)
????at Module.require (node:internal/modules/cjs/loader:1005:19)
????at require (node:internal/modules/cjs/helpers:102:18)
????at loadFromContext (F:\khxm\NBCIO_VUE\node_modules\@vue\cli-service\node_modules\vue-loader\lib\compiler.js:30:10)
????at loadTemplateCompiler (F:\khxm\NBCIO_VUE\node_modules\@vue\cli-service\node_modules\vue-loader\lib\compiler.js:37:12)
????at exports.resolveCompiler (F:\khxm\NBCIO_VUE\node_modules\@vue\cli-service\node_modules\vue-loader\lib\compiler.js:25:23)
????at webpack (F:\khxm\NBCIO_VUE\node_modules\webpack\lib\webpack.js:51:13)
????at serve (F:\khxm\NBCIO_VUE\node_modules\@vue\cli-service\lib\commands\serve.js:163:22)
????at processTicksAndRejections (node:internal/process/task_queues:96:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS F:\khxm\NBCIO_VUE> yarn install ?
yarn install v1.21.1
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by u
nsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "win32" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "win32" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.1.3: The platform "win32" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...

原因:版本不匹配,需要將vue改成和vue-template-compiler一樣的版本

或改 vue或修改vue-template-compiler

我把下面兩個(gè)組件都修改成2.7.14

"vue": "^2.7.14",

"vue-template-compiler": "^2.7.14",

后來出現(xiàn)下面問題


?ERROR ?Failed to compile with 2 errors? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??

These dependencies were not found:

ervice/node_modules/vue-loader/lib??vue-loader-options!./src/components/ProcessViewer/index.vue?vue&type=script&lang=js&
* diagram-js/lib/util/Mouse in ./src/plugins/package/designer/plugins/content-pad/contentPadProvider.js

To install them, you can run: npm install --save diagram-js/lib/navigation/movecanvas diagram-js/lib/util/Mouse

看是找不到對(duì)應(yīng)的css,后來看modules里沒有install?diagram-js? ,把package-lock.json和?yarn.lock 刪除后,重新yarn? install就好了

找不到對(duì)象,后來看到時(shí)api的一些函數(shù)有錯(cuò)誤引起的。

[Vue warn]: Error in v-on handler: "TypeError: Object(...) is not a function"

found in

---> <ElButton> at packages/button/src/button.vue
? ? ? ?<ElTableRow>
? ? ? ? ?<ElTableBody>
? ? ? ? ? ?<ElTable> at packages/table/src/table.vue
? ? ? ? ? ? ?<ElCol>
? ? ? ? ? ? ? ?<ElRow>
? ? ? ? ? ? ? ? ?<Anonymous>
? ? ? ? ? ? ? ? ? ?<Anonymous>
? ? ? ? ? ? ? ? ? ? ?<Portal>
? ? ? ? ? ? ? ? ? ? ? ?<PortalWrapper>
? ? ? ? ? ? ? ? ? ? ? ? ?<Anonymous>
? ? ? ? ? ? ? ? ? ? ? ? ? ?<AModal>
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<ACard>
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<SysCustomFormList> at src/views/flowable/SysCustomFormList.vue
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<RouteView> at src/components/layouts/RouteView.vue
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<Anonymous>文章來源地址http://www.zghlxwxcb.cn/news/detail-650888.html

到了這里,關(guān)于flowable流程移植新項(xiàng)目前端問題匯總的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Gitlab 新項(xiàng)目搭建

    Gitlab 新項(xiàng)目搭建

    項(xiàng)目名稱與本地新建項(xiàng)目名稱相同 進(jìn)入本地項(xiàng)目根目錄下,右擊 git bash here打開命令窗口; 初始化本地倉庫; 提交至?xí)捍鎱^(qū); 提交項(xiàng)目。 建立本地倉庫和遠(yuǎn)端 Gitlab 倉庫關(guān)系; 2.拉取一下遠(yuǎn)程倉庫內(nèi)容; 推送本地內(nèi)容到遠(yuǎn)程倉庫。 出現(xiàn)以下問題: 原因就是 Gitlab 的倉庫中

    2024年02月13日
    瀏覽(94)
  • 筆記 | FastAPI創(chuàng)建新項(xiàng)目

    筆記 | FastAPI創(chuàng)建新項(xiàng)目

    當(dāng)使用FastAPI創(chuàng)建項(xiàng)目時(shí),首先需要安裝FastAPI和其依賴項(xiàng)??梢允褂胮ip來安裝它們。請(qǐng)確保已經(jīng)安裝了Python和pip。 創(chuàng)建項(xiàng)目文件夾并進(jìn)入該文件夾: 創(chuàng)建并激活一個(gè)新的Python虛擬環(huán)境(可選,但強(qiáng)烈推薦): 安裝FastAPI和uvicorn(FastAPI的服務(wù)器): 創(chuàng)建一個(gè)名為 main.py 的文件

    2024年02月06日
    瀏覽(99)
  • 新項(xiàng)目如何推送Git

    新項(xiàng)目如何推送Git

    一、在git新建一個(gè)空的倉庫,不用任何模版,直接創(chuàng)建即可 完成后,copy倉庫地址 二、本地新建項(xiàng)目,進(jìn)入到本地項(xiàng)目命令行,也可以打開終端,其實(shí)是相通的:執(zhí)行命令git init, 此時(shí)在項(xiàng)目上右擊就發(fā)想有g(shù)it選項(xiàng),點(diǎn)擊add添加,接著正常commit,然后push 在push的時(shí)候會(huì)發(fā)現(xiàn)有

    2024年02月12日
    瀏覽(93)
  • idea新項(xiàng)目上傳git

    idea新項(xiàng)目上傳git

    關(guān)于idea新項(xiàng)目怎么上傳到git,今天整理一下操作的步驟。來做一個(gè)記錄! 1.首先要在項(xiàng)目上右擊打開終端或者在idea的下方有一個(gè)快捷按鈕 按照上面的截圖進(jìn)行操作,打開終端窗口 2.然后在終端窗口中輸入 git init 命令,會(huì)出現(xiàn)如圖樣子 3.然后右擊項(xiàng)目會(huì)出現(xiàn)git的選項(xiàng),然后按

    2024年02月12日
    瀏覽(91)
  • 本地新項(xiàng)目推送至gitlab倉庫

    本地新項(xiàng)目推送至gitlab倉庫

    1. gitlab上新建一個(gè)空白項(xiàng)目 gitlab上點(diǎn)擊new project按鈕,新建一個(gè)項(xiàng)目 ? 新建空白項(xiàng)目 ?項(xiàng)目名稱與本地新建項(xiàng)目名稱相同,其余根據(jù)具體需要選擇 2. 初始化本地倉庫并commit項(xiàng)目 ? 進(jìn)入本地項(xiàng)目根目錄下,右擊 git bash here打開命令窗口 ?初始化本地倉庫: git init ?提交至?xí)捍?/p>

    2024年02月13日
    瀏覽(93)
  • gitlab合并新項(xiàng)目和分支切換

    gitlab合并新項(xiàng)目和分支切換

    1、創(chuàng)建空白項(xiàng)目? ?2、先創(chuàng)建一個(gè)群組 ? ?3、編寫群組信息 ?4、創(chuàng)建群組完成以后新建項(xiàng)目 1、初始化 2、關(guān)聯(lián)gitlab地址 3、查看是否關(guān)聯(lián)成功 4、添加文件 5、提交到本地倉庫 6、進(jìn)行推送(注意推送分支) 7、查看結(jié)果 記得選擇對(duì)應(yīng)的分支 1、修改默認(rèn)分支, 將默認(rèn)分支修改成

    2024年02月12日
    瀏覽(226)
  • OpenAI又火一個(gè)新項(xiàng)目,已開源...

    OpenAI又火一個(gè)新項(xiàng)目,已開源...

    大家好,我是 Jack。 OpenAI 又有新動(dòng)作了,開源發(fā)布 Shap-E。 今天,我繼續(xù)手把手教學(xué)。 算法原理、環(huán)境搭建、效果測試,一條龍服務(wù),盡在下文! Shap-E 算法的功能,簡單來講就是根據(jù)一段文字描述,生成對(duì)應(yīng)的 3D 模型,一起看幾組效果。 輸入文字: A chair that looks like an

    2024年02月03日
    瀏覽(83)
  • 新項(xiàng)目,不妨采用這種架構(gòu)分層,很優(yōu)雅!

    新項(xiàng)目,不妨采用這種架構(gòu)分層,很優(yōu)雅!

    大家好,我是飄渺。今天繼續(xù)更新DDD微服務(wù)的系列文章。 在專欄開篇提到過DDD(Domain-Driven Design,領(lǐng)域驅(qū)動(dòng)設(shè)計(jì))學(xué)習(xí)起來較為復(fù)雜,一方面因?yàn)槠渥陨砩婕暗母拍铑H多,另一方面,我們往往缺乏實(shí)戰(zhàn)經(jīng)驗(yàn)和明確的代碼模型指導(dǎo)。今天,我們將專注于DDD的分層架構(gòu)和實(shí)體模型

    2024年02月08日
    瀏覽(91)
  • 新項(xiàng)目如何選擇vue和react

    vue 和 react 的區(qū)別 Vue 和 React 都是流行的前端框架,它們有以下不同點(diǎn): 語法和模板:Vue 使用類似于 HTML 的模板語法,而 React 使用 JSX 語法,在 JavaScript 中嵌入 HTML 標(biāo)記。 組件化:Vue 和 React 都采用了組件化的思想,但是 Vue 的組件化更加徹底,一個(gè) Vue 組件包括了 HTML 模板

    2024年02月02日
    瀏覽(94)
  • Go新項(xiàng)目-Go安全指南(8)

    Go新項(xiàng)目-Go安全指南(8)

    目錄 1 通用類 I. 代碼實(shí)現(xiàn) 1.1 內(nèi)存管理 1.2 文件操作 1.3 系統(tǒng)接口 1.4 通信安全 1.5 敏感數(shù)據(jù)保護(hù) 1.6 加密解密 1.7 正則表達(dá)式 2 后臺(tái)類 I. 代碼實(shí)現(xiàn) 1.1 輸入校驗(yàn) 1.2 SQL操作 1.3 網(wǎng)絡(luò)請(qǐng)求 1.4 服務(wù)器端渲染 1.5 Web跨域 1.6 響應(yīng)輸出 1.7 會(huì)話管理 1.8 訪問控制 1.9 并發(fā)保護(hù) 1.1 內(nèi)存管理

    2024年01月19日
    瀏覽(125)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包