Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装依赖报错解决方法 npm install #4222

Open
chenpeng2009090027 opened this issue Jan 24, 2024 · 4 comments
Open

安装依赖报错解决方法 npm install #4222

chenpeng2009090027 opened this issue Jan 24, 2024 · 4 comments

Comments

@chenpeng2009090027
Copy link

git config --global http.sslverify "false"

npm install

报错如下,解决方法如上

PS E:\vue3\vue-element-admin-master\vue-element-admin-master> npm install
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git
npm ERR! Permission denied, please try again.
npm ERR! Permission denied, please try again.
npm ERR! git@github.com: Permission denied (publickey,password,keyboard-interactive).
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: C:\Users\34460\AppData\Local\npm-cache_logs\2024-01-24T08_28_33_505Z-debug-0.log

@SteveWorkshop
Copy link

git config --global http.sslverify "false"

npm install

报错如下,解决方法如上

PS E:\vue3\vue-element-admin-master\vue-element-admin-master> npm install npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/nhn/raphael.git npm ERR! Permission denied, please try again. npm ERR! Permission denied, please try again. npm ERR! git@github.com: Permission denied (publickey,password,keyboard-interactive). 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: C:\Users\34460\AppData\Local\npm-cache_logs\2024-01-24T08_28_33_505Z-debug-0.log

不管用的

@lishulincug1
Copy link

"tui-editor": "1.3.3",注释掉就可以吧,这个不一定要用,这个项目太老了,一点也不更新

@BeautifulZhao
Copy link

BeautifulZhao commented Apr 19, 2024

npm config set registry https://mirrors.huaweicloud.com/repository/npm/
我切换了npm源, npm i 正常

@LinJiaHao254485
Copy link

是有点老

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants