I successfully installed Julia, atom, and Juno (including july-client, etc.)
julia version 0.6.4
It runs successfully directly from the command line.
But in the repl in atom, pressing enter causes the following error
Press Enter to start Julia.
ERROR: LoadError: UndefVarError: @error not defined
Stacktrace:
[1] include_from_node1(::String) at .\loading.jl:576
[2] include(::String) at .\sysimg.jl:14
[3] process_options(::Base.JLOptions) at .\client.jl:305
[4] _start() at .\client.jl:371
while loading C:\Users\*****\.atom\packages\julia-client\script\boot_repl.jl, in expression starting on line 1
I’ve tried to reinstall july-client, and Julia Path has been set.
How to solve it? Thank you in advance.