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 handle different package with the same repo name ? #265

Closed
xuchunyang opened this issue Apr 5, 2018 · 4 comments
Closed

Can't handle different package with the same repo name ? #265

xuchunyang opened this issue Apr 5, 2018 · 4 comments

Comments

@xuchunyang
Copy link
Contributor

I have web-server installed a long time ago,

today I install ein and use it, I get

Cannot open load file: No such file or directory, simple-httpd

straight.el thinks simple-httpd is installed but it is not. I seems it is because both web-server and simple-httpd are using the same repo name: emacs-web-server

@raxod502
Copy link
Member

raxod502 commented Apr 5, 2018

Yes, you have to rename one of the local repositories. E.g. use the recipe

(simple-httpd :type git :host github :repo "skeeto/emacs-web-server" :local-repo "simple-httpd")

There's not really anything that can be done on the straight.el side, except to emit a warning when two automatically generated local repository names happen to be the same (since it's probably not intentional).

@raxod502 raxod502 added this to the 1.0 milestone May 8, 2018
@CeleritasCelery
Copy link
Contributor

want to add that I found two other packages with the same conflict; dracula-theme and challenger-deep-theme.

@idcrook
Copy link

idcrook commented May 21, 2019

I encountered exact same problem as OP today. took me a while to figure out that this was what was going on. finally can use https://github.com/ancane/markdown-preview-mode
(requires web-server)

@raxod502
Copy link
Member

Migrated to #500.

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

No branches or pull requests

4 participants