vue-element-admin
vue-element-admin copied to clipboard
直接拉取代码后 npm install 下载依赖报错问题
npm ERR! Error while executing: npm ERR! D:\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: protocol '“https' is not supported npm ERR! npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in: npm ERR! D:\Program Files\nodejs\node_cache_logs\2022-04-24T09_23_59_564Z-debug.log
解决了吗兄弟
同上
同,并且根据网上一些解决方法的配置后依然不行
同上
用nvm把node的版本调整为12.13.1,然后重新npm i,绝对能跑起来
我是这样解决的:
rm -rf src/components/MarkdownEditor src/views/components-demo/markdown.vue
vi src/router/modules/components.js
删除
{
path: 'markdown',
component: () => import('@/views/components-demo/markdown'),
name: 'MarkdownDemo',
meta: { title: 'markdown' }
},
vi package.json
删除 "tui-editor": "1.3.3",
12.13.1
nonono