Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower install not working after scrollMonitor url update #15

Open
robert-senexx opened this issue Dec 4, 2016 · 2 comments
Open

bower install not working after scrollMonitor url update #15

robert-senexx opened this issue Dec 4, 2016 · 2 comments

Comments

@robert-senexx
Copy link

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    [email protected]:stutrek/scrollMonitor.git#~1.0.12
bower resolve       [email protected]: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 [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.

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

@robert-senexx robert-senexx changed the title bower install now working after scrollMonitor url update bower install not working after scrollMonitor url update Dec 5, 2016
@nadelicious
Copy link

nadelicious commented Dec 9, 2016

@robert-senexx This issue was caused by this https://github.com/wix/angular-viewport-watch/blob/master/bower.json#L20... I hope they will fix it by changing it to https, I guess so.

cescgie added a commit to cescgie/angular-viewport-watch that referenced this issue Jan 10, 2017
@r1m
Copy link

r1m commented Mar 23, 2017

As a workaround, you can explicitly set scrollMonitor as dependency of your own project.

"dependencies":{
 ...
    "scrollMonitor": "stutrek/scrollMonitor#~1.0.12",
    "angular-viewport-watch": "^0.1.29"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants