using Makie

I (think I have) installed Makie.jl correctly as per the instructions on Github, but I can’t get it to do anything (e.g. run the examples). I’m using JuliaPro 6.2.2 (but the Makie installation procedure seems to have recompiled the Julia core).

Julia>using Makie
ERROR: MethodError: no method matching joinpath(::Array{Any,1}, ::String) …

Now I’m stuck. Any suggestions?

Please open an issue at the repository, if possible :wink: Is that the full stack trace? It’s hard to see where that error could come from!