Lutfullah, The DOS command window created from the command `Julia: open a new terminal repl` shows that the Julia version is 0.3.10, not the latest version 0.4.3
After issuing the Pkg.update() command I get the following error: julia> Pkg.update() INFO: Updating METADATA... ERROR: chdir METADATA: no such file or directory (ENOENT) in cd at file.jl:11 (repeats 2 times) Mike On Saturday, February 13, 2016 at 4:57:53 PM UTC-6, Mike Kipling wrote: > > Hi, > > I downloaded the juno-windows-x64.zip file and extracted the files. I do > not see a installer for Julia. When I run the Juno.exe file I get the > following messages: > > ERROR: Requires not found > in require at loading.jl:47 > in include at boot.jl:245 > in include_from_node1 at loading.jl:128 > in reload_path at loading.jl:152 > in _require at loading.jl:67 > in require at loading.jl:51 > in include at boot.jl:245 > in include_from_node1 at loading.jl:128 > in process_options at client.jl:285 > in _start at client.jl:354 > > I then downloaded the and executed the file julia-0.4.3-win64.exe . > > When I run Juno again, I get the same error messages. > > Mike
