# Julia issue: ERROR: StyledStrings, Julia Language Support

**URL:** https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316
**Category:** Community
**Created:** [October 15, 2024, 7:56am UTC](https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316 "2024-10-15T07:56:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![EatMyShorts](https://avatars.discourse-cdn.com/v4/letter/e/e5b9ba/32.png) [@EatMyShorts](https://discourse.julialang.org/u/EatMyShorts)
#### Post date: [October 15, 2024, 7:56am UTC](https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316/1 "2024-10-15T07:56:22Z")

</div>

Hello,

I installed some packages (e.g. SciML) and I am getting the following error:

```julia
Precompiling VSCodeServer...
Info Given VSCodeServer was explicitly requested, output will be shown live 
ERROR: LoadError: ArgumentError: Package Logging does not have StyledStrings in its dependencies:
- Note that the following manifests in the load path were resolved with a different
  julia version, which may be the cause of the error:
    /home/XXXXX/.vscode/extensions/julialang.language-julia-1.124.2/scripts/environments/terminalserver/v1.11/Manifest.toml (v1.11.0-rc3) ◐ VSCodeServer
- You may have a partially installed environment. Try `Pkg.instantiate()`
  to ensure all packages in the environment are installed.
- Or, if you have Logging checked out for development and have
  added StyledStrings as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with Logging
Stacktrace:
 [1] top-level scope
   @ stdin:4
in expression starting at /usr/share/julia/stdlib/v1.11/Logging/src/Logging.jl:3
in expression starting at stdin:4

```

Any ideas how we can solve this issue?

Kind regards

---

<div class="post-metadata">

### Author: ![DanielVandH](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/danielvandh/32/31134_2.png) [@DanielVandH](https://discourse.julialang.org/u/DanielVandH)
#### Post date: [October 15, 2024, 8:13am UTC](https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316/2 "2024-10-15T08:13:10Z")

</div>

Did you try following the suggestions listed?

---

<div class="post-metadata">

### Author: ![EatMyShorts](https://avatars.discourse-cdn.com/v4/letter/e/e5b9ba/32.png) [@EatMyShorts](https://discourse.julialang.org/u/EatMyShorts)
#### Post date: [October 15, 2024, 8:19am UTC](https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316/3 "2024-10-15T08:19:41Z")

</div>

… of course! It does not work …

---

<div class="post-metadata">

### Author: ![DanielVandH](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/danielvandh/32/31134_2.png) [@DanielVandH](https://discourse.julialang.org/u/DanielVandH)
#### Post date: [October 15, 2024, 8:23am UTC](https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316/4 "2024-10-15T08:23:05Z")

</div>

What does not work about it? Usually

```julia
julia> ] resolve

```

would be enough to fix it. Also do it in your main environment, meaning

```julia
] activate 
] resolve

```

If that does not work, show your `] st`.

---

<div class="post-metadata">

### Author: ![EatMyShorts](https://avatars.discourse-cdn.com/v4/letter/e/e5b9ba/32.png) [@EatMyShorts](https://discourse.julialang.org/u/EatMyShorts)
#### Post date: [October 15, 2024, 8:25am UTC](https://discourse.julialang.org/t/julia-issue-error-styledstrings-julia-language-support/121316/5 "2024-10-15T08:25:16Z")

</div>

```julia-auto
Status `~/.julia/environments/v1.11/Project.toml`
  [b964fa9f] LaTeXStrings v1.3.1
  [1dea7af3] OrdinaryDiffEq v6.89.0
  [91a5bcdd] Plots v1.40.8
  [295af30f] Revise v3.6.1
  [9f78cca6] SummationByPartsOperators v0.5.70

```

Here is the same error:

> [@Can't start language server with nightly Julia, "Package REPL does not have StyledStrings in its dependencies"](https://discourse.julialang.org/t/cant-start-language-server-with-nightly-julia-package-repl-does-not-have-styledstrings-in-its-dependencies/110071):
>
> Log head: Activating project at `~/.vscode-oss/extensions/julialang.language-julia-insider-1.7.13-universal/scripts/environments/languageserver/fallback` [ Info: Starting the Julia Language Server ERROR: LoadError: ArgumentError: Package REPL does not have StyledStrings in its dependencies: - Note that the following manifests in the load path were resolved with a different julia version, which may be the cause of the error: /home/nsajko/.vscode-oss/extensions/julialang.language-julia-in…
