Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. npm ERR! git submodule -q update --init --recursive: fatal: no submodule mapping found in .gitmodules for path 'support/web-socket-js'
  2. npm ERR! git submodule -q update --init --recursive:
  3. npm ERR! git submodule -q update --init --recursive: fatal: no submodule mapping found in .gitmodules for path 'support/web-socket-js'
  4. npm ERR! git submodule -q update --init --recursive:
  5. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187: Cloning into bare repository '/home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187'...
  6. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187: Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
  7. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187: Permission denied (publickey).
  8. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187: fatal: Could not read from remote repository.
  9. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187:
  10. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187: Please make sure you have the correct access rights
  11. npm ERR! git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187: and the repository exists.
  12. npm ERR! Linux 4.4.0-62-generic
  13. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
  14. npm ERR! node v6.9.5
  15. npm ERR! npm v4.2.0
  16. npm ERR! code 128
  17.  
  18. npm ERR! Command failed: git clone --template=/home/austin/.npm/_git-remotes/_templates --mirror git@github.com:dooglus/engine.io-client.git /home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187
  19. npm ERR! Cloning into bare repository '/home/austin/.npm/_git-remotes/git-github-com-dooglus-engine-io-client-git-73e38187'...
  20. npm ERR! Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
  21. npm ERR! Permission denied (publickey).
  22. npm ERR! fatal: Could not read from remote repository.
  23. npm ERR!
  24. npm ERR! Please make sure you have the correct access rights
  25. npm ERR! and the repository exists.
  26. npm ERR!
  27. npm ERR!
  28. npm ERR! If you need help, you may report this error at:
  29. npm ERR! <https://github.com/npm/npm/issues>
  30.  
  31. npm ERR! Please include the following file with any support request:
  32. npm ERR! /home/austin/.npm/_logs/2017-02-15T02_35_56_969Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement