npm i 报错
来源:5-1 前端项目初始化
从初级前端到架构
2021-10-24
npm ERR! code 128
npm ERR! An unknown git error occurrenpm 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! git@github.com: Permission denied (publickey).
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.d
写回答
1回答
-
扬_灵
2021-10-25
同学你好,上面的报错提示时需要 github ssh 权限才能下载,你是在package.json 中直接使用github上的插件了吗?
032022-07-26
相似问题