angular-viewport-watch icon indicating copy to clipboard operation
angular-viewport-watch copied to clipboard

Issue while running bower install

Open craigdanj opened this issue 7 years ago • 2 comments

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?

craigdanj avatar May 08 '18 06:05 craigdanj

I also get an error, but a different one:

EINVRES Request to https://bower.herokuapp.com/packages/angular-viewport-watch failed with 502

QuentinLuc avatar Jun 26 '18 08:06 QuentinLuc

@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.

craigdanj avatar Jun 28 '18 11:06 craigdanj