Zesky665

Zesky665

How to install on phoenix > 1.3?

Hi,

I’m trying to install drab using the drab.install mix command. I got the following message:
** (Mix) Only Phoenix 1.3 is supported with the installer, please proceed with manual install.

The thing I’m wondering is if the manual install instructions from the github page work on phoenix 1.3.4 or if I’m better off downgrading to 1.3.

Thanks in advance.

Marked As Solved

grych

grych

Creator of Drab

That’s really weird.
For a workaround, please try

mix deps.clean --all
mix deps.get
mix drab.install

I managed to reproduce the issue: it is happening when you compile deps before install. I have no idea why.

If it does not work, please do the manuall installation, the issue is with the installer only.

Also Liked

grych

grych

Creator of Drab

Yes please!
I will try to reproduce it on my environment.

Zesky665

Zesky665

I’m getting nil.

Zesky665

Zesky665

I’ll add this to the issue.

Last Post!

Zesky665

Zesky665

The workaround works :slight_smile:
Thank you.

Btw, here’s the issue on github.

Where Next?

Popular in Questions Top

vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44139 214
New

We're in Beta

About us Mission Statement