npm尝试安装@ squarespace / server package

时间:2016-11-07 23:06:38

标签: node.js macos npm squarespace

我正在尝试测试使用Squarespace开发人员模式的可能性,我想在本地开发,所以我需要下载他们的开发服务器。当我尝试使用" npm install -g @ squarespace / server"安装软件包时我继续收到我无法理解的错误消息:

npm ERR! git clone git@github.com:squarespace/server Cloning into bare repository '/Volumes/Macintosh HD/Users/PublicTrust/.npm/_git-remotes/git-github-com-squarespace-server-0ebf03aa'...
npm ERR! git clone git@github.com:squarespace/server ERROR: Repository not found.
npm ERR! git clone git@github.com:squarespace/server fatal: Could not read from remote repository.
npm ERR! git clone git@github.com:squarespace/server 
npm ERR! git clone git@github.com:squarespace/server Please make sure you have the correct access rights
npm ERR! git clone git@github.com:squarespace/server and the repository exists.
npm ERR! addLocal Could not install squarespace/server
npm ERR! Error: ENOENT, stat 'squarespace/server'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Darwin 13.4.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "@squarespace/server"
npm ERR! cwd /Volumes/Macintosh HD/Users/PublicTrust
npm ERR! node -v v0.10.30
npm ERR! npm -v 1.4.21
npm ERR! path squarespace/server
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Volumes/Macintosh HD/Users/PublicTrust/npm-debug.log
npm ERR! not ok code 0

我无法弄清楚问题是什么 - 与权限有关?我在iMac OSX 10.9.5上。

0 个答案:

没有答案