目录
一直从事java开发, 以前都是有专门的前端负责vue。最近前端没到位,外采的项目,自己在阿里云服务器打包,出现 npm install ssh权限报错 浪费了半天时间才解决,记录下共大家参考。
对外部公司心里一顿mmp
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/*****.git
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.