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

ScrollMonitor broken dependency

Open karan-kang opened this issue 7 years ago • 1 comments

I get the following error when trying to install this library v0.1.35 .

bower scrollMonitor#~1.0.12                not-cached [email protected]:stutrek/scrollMonitor.git#~1.0.12
bower scrollMonitor#~1.0.12                   resolve [email protected]:stutrek/scrollMonitor.git#~1.0.12
bower scrollMonitor#~1.0.12                   ECMDERR Failed to execute "git ls-remote --tags --heads [email protected]:stutrek/scrollMonitor.git", exit code of #128 Host key verification failed. fatal: Could not read from remote repository.  Please make sure you have the correct access rights and the repository exists.
Additional error details:
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

To resolve this error, the scrollMonitor dependency specified in bower.json can be simply changed to the following:

'scrollMonitor': '~1.0.12"

karan-kang avatar May 11 '17 14:05 karan-kang

@Karankang007 same error while running other bower commands e.g. bower list

suneetfcc avatar Aug 08 '17 12:08 suneetfcc