angular-viewport-watch
angular-viewport-watch copied to clipboard
Issue while running bower install
When i run the command
bower install --save angular-viewport-watch
I get the following:
bower cached https://github.com/shahata/angular-viewport-watch.git#0.1.130 bower validate 0.1.130 against https://github.com/shahata/angular-viewport-watch.git#* bower not-cached [email protected]:stutrek/scrollMonitor.git#~1.0.12 bower resolve [email protected]:stutrek/scrollMonitor.git#~1.0.12 bower ECMDERR Failed to execute "git ls-remote --tags --heads [email protected]:stutrek/scrollMonitor.git", exit code of #128 Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Additional error details: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Any idea why this happens?
I also get an error, but a different one:
EINVRES Request to https://bower.herokuapp.com/packages/angular-viewport-watch failed with 502
@n0is You probably need to upgrade your bower or switch away from it and use yarn or something else. For me upgrading fixed the error you got.