Hi,
I noticed the scrollMonitor git url in the bower.json file was updated this morning and since then bower install is not working.
This is the error I am getting:
bower install
(node:86542) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
bower cached https://github.com/shahata/angular-viewport-watch.git#0.1.5
bower validate 0.1.5 against https://github.com/shahata/angular-viewport-watch.git#~0.1.4
bower not-cached git@github.com:stutrek/scrollMonitor.git#~1.0.12
bower resolve git@github.com:stutrek/scrollMonitor.git#~1.0.12
bower cached https://github.com/angular/bower-angular.git#1.5.9
bower validate 1.5.9 against https://github.com/angular/bower-angular.git#^1.2.0
bower ECMDERR Failed to execute "git ls-remote --tags --heads git@github.com: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.
I am guessing the update was done because of this issue, which now seems fixed:
bower registration was hijacked?!
Do you have any suggestions on how to fix this?
Thanks,
Robert
Hi,
I noticed the scrollMonitor git url in the
bower.jsonfile was updated this morning and since thenbower installis not working.This is the error I am getting:
I am guessing the update was done because of this issue, which now seems fixed:
bower registration was hijacked?!
Do you have any suggestions on how to fix this?
Thanks,
Robert