# Atom 1.17 broke Juno?

**URL:** https://discourse.julialang.org/t/atom-1-17-broke-juno/3831
**Category:** General Usage
**Created:** [May 21, 2017, 6:23am UTC](https://discourse.julialang.org/t/atom-1-17-broke-juno/3831 "2017-05-21T06:23:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![asampal](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/asampal/32/253_2.png) [@asampal](https://discourse.julialang.org/u/asampal)
#### Post date: [May 21, 2017, 6:23am UTC](https://discourse.julialang.org/t/atom-1-17-broke-juno/3831/1 "2017-05-21T06:23:50Z")

</div>

My Atom just updated to 1.17 and something seems to have broken. I can’t even type anything in the console. If I start Julia from Atom, it seems to do something for a little while, but then, nothing. Anyone else having problems? I’m using Julia 0.6 RC2 and a checked out Atom.jl rather than a released package (needed for the debugger to work). Juno was working for me with Atom 1.16.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [May 21, 2017, 8:32am UTC](https://discourse.julialang.org/t/atom-1-17-broke-juno/3831/2 "2017-05-21T08:32:06Z")

</div>

Hm, I suspect this is because of Atom.jl rather than the new Atom version. Try either `Pkg.free`ing Atom.jl (the debugger _should_ work with the released version, I think) or at least `checkout` Juno.jl as well.  
And while you’re at it: What versions of julia-client and ink do you have?

---

<div class="post-metadata">

### Author: ![asampal](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/asampal/32/253_2.png) [@asampal](https://discourse.julialang.org/u/asampal)
#### Post date: [May 22, 2017, 7:16am UTC](https://discourse.julialang.org/t/atom-1-17-broke-juno/3831/3 "2017-05-22T07:16:05Z")

</div>

Hmm, on another system right now, and with Atom 1.17 and the the same setup for Juno, the Julia console’s working fine. Maybe there was an update to Atom.jl in the meantime. I’ll have to take a look when I return to the other system to confirm that it works as well.
