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

Cannot find bootstrap-markdown repository #64

Closed
5 tasks done
zFlxw opened this issue Sep 17, 2024 · 2 comments · Fixed by #65
Closed
5 tasks done

Cannot find bootstrap-markdown repository #64

zFlxw opened this issue Sep 17, 2024 · 2 comments · Fixed by #65

Comments

@zFlxw
Copy link

zFlxw commented Sep 17, 2024

Describe the bug

When trying to install this package from npm, there is an error that the bootstrap-markdown package cannot be found. I assume that might be the case because the owner of the repository changed.

The error:

 ERROR  Command failed with exit code 128: git ls-remote git+ssh://git@github.com/toopay/bootstrap-markdown.git HEAD
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Reproduction

Run npm i angular-markdown-editor (or in my case pnpm) in a fresh project.

Environment Info

Angular 18.2.3,
Angular-Markdown-Editor latest

Validations

@ghiscoding
Copy link
Owner

ghiscoding commented Sep 21, 2024

ah yeah it looks like toopay username was renamed to refactory-id and the reason I was using the GitHub link was because some options only exist in GitHub and were never released as a new version. So the fix should be to just rename the dependency github link

ghiscoding added a commit that referenced this issue Sep 21, 2024
fix: update github link of bootstrap-markdown dep, fixes #64
@ghiscoding
Copy link
Owner

fixed in v3.1.1

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