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
┌ Error: Error building PlotlyJS:
...
│ ERROR: LoadError: LoadError: UndefVarError: Markdown not defined
│ Stacktrace:
│ [1] include at ./boot.jl:317 [inlined]
│ [2] include_relative(::Module, ::String) at ./loading.jl:1038
│ [3] include(::Module, ::String) at ./sysimg.jl:29
│ [4] include(::String) at ./client.jl:388
│ [5] top-level scope at none:0
│ [6] include at ./boot.jl:317 [inlined]
│ [7] include_relative(::Module, ::String) at ./loading.jl:1038
│ [8] include(::Module, ::String) at ./sysimg.jl:29
│ [9] include(::String) at ./client.jl:388
│ [10] top-level scope at none:0
│ in expression starting at /home/jpg/.julia/dev/PlotlyJS/deps/make_schema_docs.jl:3
│ in expression starting at /home/jpg/.julia/dev/PlotlyJS/deps/build.jl:10
└ @ Pkg.Operations ~/julia/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1068
] dev PlotlyJS
on Julia 1.0.0 gives me:Culprit seems to be
Base.Markdown
in deps/make_schema_docs.jl.Should this just be
Markdown
?The text was updated successfully, but these errors were encountered: