# Reinstall All Parts of a Julia Project

**URL:** https://discourse.julialang.org/t/reinstall-all-parts-of-a-julia-project/126169
**Category:** General Usage
**Created:** [February 21, 2025, 11:23pm UTC](https://discourse.julialang.org/t/reinstall-all-parts-of-a-julia-project/126169 "2025-02-21T23:23:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![andrewkhardy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/andrewkhardy/32/27311_2.png) [@andrewkhardy](https://discourse.julialang.org/u/andrewkhardy)
#### Post date: [February 21, 2025, 11:23pm UTC](https://discourse.julialang.org/t/reinstall-all-parts-of-a-julia-project/126169/1 "2025-02-21T23:23:54Z")

</div>

I am attempting to run Julia on a HPCC. The most up to date version they have is v.1.10.

I have somehow broken a project, so that whenever I try to load Julia v.1.10, not limited to this specific project I get an error

`ERROR: KeyError: key "TypeParameterAccessors" not found`  
related to a specific package I had installed (ITensor).

I have tried deleting the `.julia` folder and every possible directory I have access to, in order to reset the project, but to no avail. How can I completely reset things so that I can start from scratch?
