一、vue-element-admin git地址 https://github.com/PanJiaChen/vue-element-admin 二、分支 master:主分支,(纯英文) il8n:中英文切换分支 三、npm install 安装报错原因: tui-editor 已更新,故造成错误,修改如下 四、 安装报错处理 1、修改package.json文件 将"tui-editor": "1.3.3" 替换成 "@toast-ui/e...
要使用中文版,直接去git github下载包:https://github.com/PanJiaChen/vue-element-admin/tree/i18n gitee下载包:https://gitee.com/panjiachen/vue-element-admin/tree/i18n 分支记得选择这个i18n 问题解决 1.修改package.json文件 tui-editor这个包升级换名字了 将"tui-editor": "1.3.3" 替换成 "@toast-ui/e...
这种情况是因为没有安装git造成的,需要去下载安装git 一般默认装好即可 如果git下载过慢可以用我给出的镜像地址下载 https://registry.npmmirror.com/binary.html?path=git-for-windows/v2.24.0.windows.2/ 其次下载好了之后需要配置 git的ssh如果不配置这个东西,相关依赖可能还是会下载报错 如果不会 git hub 的...
把页面中的所有tui-editor全部替换为@toast-ui/editor 4.保存文件,npm install 搞定 或者可以直接去这个地址克隆我修复好的项目文件:https://gitee.com/constfiv/vue-element-admin-fix-install-problem 克隆下来直接npm install,就能正常启动了,对应的是裤衩哥的master分支 这个库仅供被install失败困扰的兄弟临时使用,...
一、安装教程 克隆项目 git clone https://github.com/PanJiaChen/vue-element-admin.git 进入项目目录 cd vue-element-admin 安装依赖 npm install 建议不要用 cnpm 安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npmmirror.com 本地开发 启...
原因:下载安装的依赖包太大,导致git请求超时了,可以通过修改git http.postBuffer的大小来解决此问题。 解决方案: 修改postBuffer值 注:524288000(500Mb)可以自己根据情况设置 git config --global https.postBuffer 524288000 若想要更直观的修改配置,可以直接打开配置文件进行修改 ...
我看其他提供下载地方就这样写:“vue-element-admin:后台管理系统,用npm install项目也起不来”。真可怜啊,别人玩都玩不起来的我们还要求全部人统一用来生产环境,看来这个坑还是得自己踩。 版本说明:vue-element-admin ^3.1 1.必装软件:node js,我这里装的是^12.22 ...
While resolving: vue-element-admin@3.11.0 npm ERR! Found: html-webpack-plugin@4.0.0-alpha npm ERR! node_modules/html-webpack-plugin npm ERR! dev html-webpack-plugin@"4.0.0-alpha" from the root projectnpm ERR! npm ERR! Could not resolve dependency: ...
最终解决办法:我的npm是8.0的版本,退回 6 后成功解决 npm install npm@6.14.13 -g 大佬详情...
在这里输入代码 PS C:\Users\a\Desktop\vue-admin-template> npm rebuild node-sass > node-sass@4.13.1 install C:\Users\a\Desktop\vue-admin-template\node_modules\node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/win32-x...