mysamai / mysam

An open "intelligent" assistant for the web that can listen to you and learn.
https://mysamai.com
GNU General Public License v3.0
621 stars 65 forks source link

install failed #2

Closed forbeshawkins closed 8 years ago

forbeshawkins commented 8 years ago

Hi,

Very keen to try this out but I encountered the following error when attempting to install

npm ERR! Darwin 15.0.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "mysam" "-g" npm ERR! node v0.12.5 npm ERR! npm v2.11.2 npm ERR! code 128

npm ERR! Command failed: git clone --template=/Users/forbes/.npm/_git-remotes/_templates --mirror ssh://git@github.com/jeresig/jquery.hotkeys.git /Users/forbes/.npm/_git-remotes/ssh-git-github-com-jeresig-jquery-hotkeys-git-1383c260 npm ERR! Cloning into bare repository '/Users/forbes/.npm/_git-remotes/ssh-git-github-com-jeresig-jquery-hotkeys-git-1383c260'... npm ERR! Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts. npm ERR! Permission denied (publickey). npm ERR! fatal: Could not read from remote repository.

Attempted to sudo npm install but encountered the same error

thanks

daffl commented 8 years ago

Thank you! I just updated the frontend package and made a new release that uses HTTPS instead of git+ssh (which does indeed fail if not set up) for that dependency so it should work now.

forbeshawkins commented 8 years ago

Awesome. Works like a charm. Most impressive. Thanks!