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

ssh access in ci won't work after | new in 2.5.1 ??? #5980

Closed
netsracJS opened this issue Oct 12, 2021 · 3 comments · Fixed by #6004
Closed

ssh access in ci won't work after | new in 2.5.1 ??? #5980

netsracJS opened this issue Oct 12, 2021 · 3 comments · Fixed by #6004
Milestone

Comments

@netsracJS
Copy link

Hi,

I upgraded with npm from "plotly.js": "^2.0.0", to latest "plotly.js": "^2.5.1" and pushed my changes to Gitlab.

There I got the following pipeline error:

...
...
---> Running in f7ab54b2c80b
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://[email protected]/plotly/ndarray.git
npm ERR! 
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! 
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-10-12T11_49_46_581Z-debug.log

My ci has no github account so it won't work

Maybe there is a [email protected] in dependencies.

@archmoj
Copy link
Contributor

archmoj commented Oct 12, 2021

Could you please try node 16 with npm 7?
Or alternatively use plotly.js-dist npm module instead of plotly.js npm module?

@netsracJS
Copy link
Author

We are using node 14 and npm@latest.
By I don't think that such an error will come up just by updating an package?

Why should there be any ssh access?

@netsracJS
Copy link
Author

I can't use node 16 it's not in my hands

@archmoj archmoj added this to the v2.6.0 milestone Oct 29, 2021
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

Successfully merging a pull request may close this issue.

2 participants