After submodule init and update I try to npm install in public directory but fail with:
dlsik@vmd14147:~/dlisk/public$ npm install
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12: Cloning into bare repository '/home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12'...
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12: Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12: Permission denied (publickey).
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12: fatal: Could not read from remote repository.
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12:
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12: Please make sure you have the correct access rights
npm ERR! git clone --template=/home/dlsik/.npm/_git-remotes/_templates --mirror ssh://
[email protected]/DliskProject/dlisk-js.git /home/dlsik/.npm/_git-remotes/ssh-git-github-com-DliskProject-dlisk-js-git-2bf56e12: and the repository exists.
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/home/dlsik/.nvm/versions/node/v0.12.15/bin/node" "/home/dlsik/.nvm/versions/node/v0.12.15/bin/npm" "install"
npm ERR! node v0.12.15
npm ERR! npm v2.15.1
npm ERR! code 128
maybe switch from ssh:// to https:// but where is the statement for the chekout ?