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

Can't install angular/web-animations #549

Closed
cbahnweg-appliedinsight opened this issue Nov 2, 2021 · 3 comments
Closed

Can't install angular/web-animations #549

cbahnweg-appliedinsight opened this issue Nov 2, 2021 · 3 comments

Comments

@cbahnweg-appliedinsight
Copy link

Whenever I attempt to run an npm ci on one of the Cypress images that I'm running through GitLab's CI/CD pipelines, I get the following error:

npm ERR! /usr/bin/git ls-remote -h -t ssh://[email protected]/angular/web-animations-js.git
npm ERR! 
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.

Here is my cache stage, and the stage where the error happens, for reference:

cache:
  key: ${CI_COMMIT_REF_SLUG}
  paths:
    - .cache/*
    - cache/Cypress
    - node_modules
    - build

npm install:
  image: cypress/browsers:node12.14.1-chrome85-ff81
  stage: install
  script:
    - npm ci
@avelops
Copy link

avelops commented Mar 14, 2024

i changed ssh://.../angular to git+https://github.com/angular

@jennifer-shehane
Copy link
Member

@avelops Is this issue resolved?

@avelops
Copy link

avelops commented Mar 25, 2024

@avelops Is this issue resolved?

it worked for me (the package.json change) but in another docker image - i haven't tested in cypress docker images, just wrote the solution i found here incase anyone gets this error

also i got the error during yarn install and not in npm but i'm not sure how big of a difference this is.

@jennifer-shehane jennifer-shehane closed this as not planned Won't fix, can't repro, duplicate, stale Mar 29, 2024
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