# Error while running julia executable

**URL:** https://discourse.julialang.org/t/error-while-running-julia-executable/109699
**Category:** New to Julia
**Tags:** question
**Created:** [February 4, 2024, 12:22pm UTC](https://discourse.julialang.org/t/error-while-running-julia-executable/109699 "2024-02-04T12:22:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ShrutiD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/shrutid/32/206761_2.png) [@ShrutiD](https://discourse.julialang.org/u/ShrutiD)
#### Post date: [February 4, 2024, 12:22pm UTC](https://discourse.julialang.org/t/error-while-running-julia-executable/109699/1 "2024-02-04T12:22:19Z")

</div>

Hi, I’m new to Julia and I was trying to build and run the executable from the Julia directory( I’m on the master branch)  
I got the following error when I run `./julia`

`LoadError: ArgumentError: Package REPL does not have StyledStrings in its dependencies: `

the REPL works all right when I type `julia` in my terminal. I’d be grateful if someone could explain what’s going wrong. Thanks a lot !!

---

<div class="post-metadata">

### Author: ![fatteneder](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fatteneder/32/33991_2.png) [@fatteneder](https://discourse.julialang.org/u/fatteneder)
#### Post date: [February 4, 2024, 2:10pm UTC](https://discourse.julialang.org/t/error-while-running-julia-executable/109699/2 "2024-02-04T14:10:28Z")

</div>

I can reproduce this on master, so it does not seem to be your fault.

> <https://github.com/JuliaLang/julia/issues/53176>
>
> From https://discourse.julialang.org/t/error-while-running-julia-executable/1096…99
> 
> I can reproduce this on 3d8b10770a7a7317dde13ae36881991db356326c. Likely caused by \[6e7db14712efbacca0569b1ac25e5fd7484d8906.\](https://github.com/JuliaLang/julia/pull/51869).

---

<div class="post-metadata">

### Author: ![tecosaur](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tecosaur/32/23206_2.png) [@tecosaur](https://discourse.julialang.org/u/tecosaur)
#### Post date: [February 4, 2024, 4:38pm UTC](https://discourse.julialang.org/t/error-while-running-julia-executable/109699/3 "2024-02-04T16:38:36Z")

</div>

I’ve run into this a lot while switching between branches, and it came up when I had an existing `~/.julia/environments/v1.11/Manifest.toml` before the dependency change, and the solution was just to delete that manifest file and let it be re-created with the new information.
