-
Notifications
You must be signed in to change notification settings - Fork 10
Can't publish preprocessor packages due to the transitive Neotoma dependency #186
Comments
@pepicrft yeah, I'm having the same issue with the latest versions of elixir/erlang. I still need to debug and fix this issue, but you can use the same version we are using to develop: elixir 1.11.3-otp-23 Those should work. I'll keep you updated here. |
@gabrielpoca thanks a lot for your suggestion. I'll go ahead with it and subscribe to this issue. |
I tried with the suggested versions. This is what I get when I run
However, I'm still getting the error:
Am I missing anything? |
@pepicrft I was looking into it, and it seems there's a fix for it slime-lang/slime#170 (comment) can you try it out? Just adding |
:/ No luck. I get the following error:
I think the trick works when doing development, but the publishing of the package expects packages not to have the |
@pepicrft I'm sorry, l lost the notification. I was trying to understand how slime and phoenix_slime were publishing packages since they have the same dependency, but it seems that those packages haven't been updated for a long time. They will have the same issue once they release a new version. I also found your comment in the forum, but no answer 😞 For now, I think you should keep it in Github, you can use it directly in your mix.exs. I hope this weird issue is not preventing you from investing in Elixir more 💪 |
Hey @gabrielpoca |
First of all, thanks for this great project. I'm new to the Elixir ecosystem and Still was one of the first tools I played with. I've implemented a pre-processor to support .scss style files, but I can't push it to the Hex package registry due to the following error:
Which happens because I had include the
neotoma
dependency in thedeps
function of my project to force Mix to userebar3
:Removing it leads to this other error due to dependency incompatibilities:
Am I right understanding that a solution to this problem comes down to configuring the
neotoma
dependency to build withrebar3
?Thanks in advance
The text was updated successfully, but these errors were encountered: