# How are people working around the current PlotlyJS.jl outage?

**URL:** https://discourse.julialang.org/t/how-are-people-working-around-the-current-plotlyjs-jl-outage/12835
**Category:** General Usage
**Tags:** question
**Created:** [August 2, 2018, 7:03pm UTC](https://discourse.julialang.org/t/how-are-people-working-around-the-current-plotlyjs-jl-outage/12835 "2018-08-02T19:03:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![djsegal](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/djsegal/32/13752_2.png) [@djsegal](https://discourse.julialang.org/u/djsegal)
#### Post date: [August 2, 2018, 7:03pm UTC](https://discourse.julialang.org/t/how-are-people-working-around-the-current-plotlyjs-jl-outage/12835/1 "2018-08-02T19:03:31Z")

</div>

Kind of oddly specific, but how are people working around the current PlotlyJS outage?

- [Failure to Precompile: JSString not defined · Issue #198 · JuliaPlots/PlotlyJS.jl · GitHub](https://github.com/sglyon/PlotlyJS.jl/issues/198)

It seems like pinning to just an old version of `PlotlyJS` doesn’t help at all?

---

<div class="post-metadata">

### Author: ![laborg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laborg/32/5474_2.png) [@laborg](https://discourse.julialang.org/u/laborg)
#### Post date: [August 3, 2018, 6:50am UTC](https://discourse.julialang.org/t/how-are-people-working-around-the-current-plotlyjs-jl-outage/12835/2 "2018-08-03T06:50:07Z")

</div>

This works for me (Ubuntu 18.04, Julia 0.6.4, Atom 1.28.1):

1. Pin packages:

```julia
 - Atom 0.6.15 pinned.583dddce.tmp
 - PlotlyJS 0.10.2 pinned.4f0c99ae.tmp
 - Blink 0.6.2 pinned.97e9ab8e.tmp
 - CodeTools 0.5.1 pinned.3a898f3d.tmp
 - Juno 0.4.1 pinned.f14f6243.tmp

```

1. Delete cache .julia/.cache
2. Rebuild everything.
