This seems to happen on OS X occasionally, for some reason. What you can do is try the "open a terminal repl" command which will open a plain copy of the version of Julia that Juno is running from. You should be able to `Pkg.update()` from there, but if you see another error then let us know.
On 17 March 2015 at 21:06, Novice69 <[email protected]> wrote: > This is copied from: > > > - > > Error evaluating REPL: > unknown package > in wait at task.jl:51 > in sync_end at > /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib > in add at pkg/entry.jl:319 > in add at pkg/entry.jl:71 > in anonymous at pkg/dir.jl:28 > in cd at > /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib > in __cd#227__ at > /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib > in add at pkg.jl:20 > in include_string at loading.jl:97 > in include_string at /Users/petar/.julia/v0.3/Jewel/src/eval.jl:36 > in anonymous at /Users/petar/.julia/v0.3/Jewel/src/LightTable/eval.jl:68 > in handlecmd at > /Users/petar/.julia/v0.3/Jewel/src/LightTable/LightTable.jl:65 > in handlenext at > /Users/petar/.julia/v0.3/Jewel/src/LightTable/LightTable.jl:81 > in server at > /Users/petar/.julia/v0.3/Jewel/src/LightTable/LightTable.jl:22 > in server at /Users/petar/.julia/v0.3/Jewel/src/Jewel.jl:15 > in include at > /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib > in include_from_node1 at loading.jl:128 > in process_options at > /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib > in _start at > /Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib > > > >
