You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:
Reproduction
Run
npm i angular-markdown-editor
(or in my casepnpm
) in a fresh project.Environment Info
Validations
The text was updated successfully, but these errors were encountered: