- D:\java-work-1\wzf\qd\vue-element-admin-i18n>npm install
- npm ERR! code 128
- npm ERR! command failed
- npm ERR! command git ls-remote ssh://git@github.com/nhn/raphael.git
- npm ERR! Host key verification failed.
- npm ERR! fatal: Could not read from remote repository.
- npm ERR!
- npm ERR! Please make sure you have the correct access rights
- npm ERR! and the repository exists.
-
- npm ERR! A complete log of this run can be found in:
- npm ERR! C:\Users\hec\AppData\Local\npm-cache\_logs\2022-09-16T09_48_42_568Z-debug.log
-
- D:\java-work-1\wzf\qd\vue-element-admin-i18n>cnpm install
- - [25/56] Installing @babel/core@^7.11.0[npminstall:get] retry GET https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz after 100ms, retry left 4, ConnectTimeoutError: Connect Timeout Error, status: -1, headers: {}
- | [30/56] Installing to-regex@^3.0.1[tui-editor@1.3.3 › squire-rte@github:sohee-lee7/Squire#b1e0e1031fa18912d233c204cbe7c7fae4a42621] install squire-rte from git squire-rte@github:sohee-lee7/Squire#b1e0e1031fa18912d233c204cbe7c7fae4a42621, may be very slow, please keep patience
- - [32/56] Installing supports-color@^6.1.0[tui-editor@1.3.3 › tui-chart@3.11.3 › raphael@git+https://github.com/nhn/raphael.git#2.2.0-c] install raphael from git raphael@git+https://github.com/nhn/raphael.git#2.2.0-c, may be very slow, please keep patience
- × Install fail! Error: [tui-editor@1.3.3 › tui-chart@3.11.3 › raphael@git+https://github.com/nhn/raphael.git#2.2.0-c] An unknown git error occurred
- Error: [tui-editor@1.3.3 › tui-chart@3.11.3 › raphael@git+https://github.com/nhn/raphael.git#2.2.0-c] An unknown git error occurred
解决方案:
- vue-element-admin\package.json 删除 "tui-editor": "1.3.3",
- vue-element-admin\src\components 删除 MarkdownEditor 文件夹
- vue-element-admin\src\views\components-demo 删除 markdown.vue 文件
- vue-element-admin\src\router\modules components.js 删除 {path: 'markdown',...}
-
- # npm cache clean --force
- # npm install cnpm
- # npm install core-js@3 --save
- # cnpm install cross-env
- # 以上四个可以忽略