首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >模具CLI安装卡顿

模具CLI安装卡顿
EN

Stack Overflow用户
提问于 2016-02-16 15:53:31
回答 1查看 491关注 0票数 0

当我试图在运行Ubuntu 14.04的机器上安装模具CLI时,遇到了一个小问题。我将在下面附加错误的内容。此时,我已经能够验证npm和node是否正确安装,并且我已经能够通过确认我访问https://github.com/bigcommerce-stencil/stencil-cli的能力来验证我是否拥有正确的GitHub权限。任何洞察力都将不胜感激。

代码语言:javascript
复制
dante@Ubuntu:~$ sudo npm install -g bigcommerce-stencil/stencil-cli
[sudo] password for dante:
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli Cloning   into bare repository '/home/dante/.npm/_git-remotes/git-github-com-bigcommerce-stencil-stencil-cli-12bc62b4'...  
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli Warning: Permanently added the RSA host   key for IP address '192.30.252.130' to the list of known hosts.  
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli Permission denied (publickey).
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli fatal: Could not read from remote repository.
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli Please make sure you have the correct access rights
npm ERR! git clone git@github.com:bigcommerce-stencil/stencil-cli and the repository exists.
npm ERR! addLocal Could not install bigcommerce-stencil/stencil-cli
npm ERR! Error: ENOENT, stat 'bigcommerce-stencil/stencil-cli'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! npm-@googlegroups.com

npm ERR! System Linux 3.16.0-57-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "bigcommerce-stencil/stencil-cli"
npm ERR! cwd /home/dante
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path bigcommerce-stencil/stencil-cli
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/dante/npm-debug.log
npm ERR! not ok code 0

我还可以补充说,我已经验证了npm也安装在我的机器上,因为它与节点安装捆绑在一起。我觉得这是我很容易忽视的事情。

EN

回答 1

Stack Overflow用户

发布于 2016-02-17 03:34:44

这是由于封闭的源代码造成的。您需要通过早期访问开发流程,并添加您的SSH密钥等,应该解决它。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35426754

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档