vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

直接拉取代码后 npm install 下载依赖报错问题

Open Win-fm opened this issue 2 years ago • 7 comments

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

image image

Win-fm avatar Apr 24 '22 09:04 Win-fm

解决了吗兄弟

queuingbee avatar Apr 26 '22 06:04 queuingbee

同上

zhouyf605 avatar Apr 28 '22 08:04 zhouyf605

同,并且根据网上一些解决方法的配置后依然不行

Krue1 avatar May 01 '22 09:05 Krue1

同上

ybquality avatar May 02 '22 13:05 ybquality

用nvm把node的版本调整为12.13.1,然后重新npm i,绝对能跑起来

chenboxiaoxiao avatar May 05 '22 19:05 chenboxiaoxiao

我是这样解决的: 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",

kilofox avatar May 12 '22 03:05 kilofox

12.13.1

nonono

naonao-a avatar Jun 12 '22 09:06 naonao-a