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
Hi, thanks for developing the great package. Using the latest Franklin.jl, I encountered the following error
# in empty project
pkg> add Franklin
julia>using Franklin
julia>newsite("MyNewSite")
julia>serve()
Activating project at `~/workspace/example-franklin/MyNewSite`→ Initial full pass...→ evaluating code [ex3] in (menu1.md) → Starting the server...
ERROR: UndefVarError: setverbose not defined
Stacktrace:
[1] serve(; clear::Bool, verb::Bool, port::Int64, single::Bool, prerender::Bool, nomess::Bool, is_final_pass::Bool, no_fail_prerender::Bool, eval_all::Bool, silent::Bool, cleanup::Bool, on_write::Franklin.var"#246#249", log::Bool, host::String, show_warnings::Bool, fail_on_warning::Bool, launch::Bool, no_set_paths::Bool, join_to_prepath::String)
@ Franklin ~/.julia/packages/Franklin/4iv1F/src/manager/franklin.jl:137
[2] serve()
@ Franklin ~/.julia/packages/Franklin/4iv1F/src/manager/franklin.jl:49
[3] top-level scope
@ REPL[7]:1
It seems there is no setverbose function, and it is probably due to this PR JuliaDocs/LiveServer.jl#150
I am using Franklin v0.10.78, and the Manifest shows it uses LiveServer.jl v1.0.1.
I could make PR, but I don't know how backward compatibility should be maintained for older LiverServer.jl packages.
The text was updated successfully, but these errors were encountered:
I did a patch release with LiveServer so that setverbose exist. This is dirty but given that, one day or another, the new 'major' version of Franklin will be released, I'm not too fussed about it.
Hi, thanks for developing the great package. Using the latest Franklin.jl, I encountered the following error
It seems there is no
setverbose
function, and it is probably due to this PRJuliaDocs/LiveServer.jl#150
I am using Franklin v0.10.78, and the Manifest shows it uses LiveServer.jl v1.0.1.
I could make PR, but I don't know how backward compatibility should be maintained for older LiverServer.jl packages.
The text was updated successfully, but these errors were encountered: