# I'm trying to build my documentation but keep getting the following error\`\`\`ERROR

**URL:** https://discourse.julialang.org/t/im-trying-to-build-my-documentation-but-keep-getting-the-following-error-error/55041
**Category:** General Usage
**Created:** [February 11, 2021, 3:19am UTC](https://discourse.julialang.org/t/im-trying-to-build-my-documentation-but-keep-getting-the-following-error-error/55041 "2021-02-11T03:19:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![BridgeBot](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bridgebot/32/21491_2.png) [@BridgeBot](https://discourse.julialang.org/u/BridgeBot)
#### Post date: [February 11, 2021, 3:19am UTC](https://discourse.julialang.org/t/im-trying-to-build-my-documentation-but-keep-getting-the-following-error-error/55041/1 "2021-02-11T03:19:30Z")

</div>

I’m trying to build my documentation but keep getting the following error

```julia
ERROR: `NonlinearSchrodinger=b3fbeaf7-5746-403c-a6b7-06939dc82746` depends on `TerminalLoggers`, but no such entry exists in the manifest.

```

I already removed that dependency hence why it’s not in my manifest, but documenter keeps insisting the project depends on it. Any idea how to fix this?

Note that the original poster on Slack cannot see your response here on Discourse. Consider _transcribing the appropriate answer back to Slack_, or pinging the poster here on Discourse so they can _follow this thread_.  
[(Original message :slack:)](https://julialang.slack.com/archives/C6A044SQH/p1613013412019600?thread_ts=1613013412.019600&cid=C6A044SQH) [(More Info)](https://github.com/JuliaCommunity/SlackBridge)

---

<div class="post-metadata">

### Author: ![DaymondLing](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/daymondling/32/8474_2.png) [@DaymondLing](https://discourse.julialang.org/u/DaymondLing)
#### Post date: [February 11, 2021, 5:22am UTC](https://discourse.julialang.org/t/im-trying-to-build-my-documentation-but-keep-getting-the-following-error-error/55041/2 "2021-02-11T05:22:07Z")

</div>

In a standard setup, the package directory would have Project and Manifest, and separately, in the docs subdirectory which houses the documentation, there would be another set of Project and Manifest for producing the documentation. These two are separate environments. Perhaps TerminalLoggers was removed from the project environment but is still there in the docs environment?

---

<div class="post-metadata">

### Author: ![ash](https://avatars.discourse-cdn.com/v4/letter/a/f19dbf/32.png) [@ash](https://discourse.julialang.org/u/ash)
#### Post date: [February 14, 2021, 5:41pm UTC](https://discourse.julialang.org/t/im-trying-to-build-my-documentation-but-keep-getting-the-following-error-error/55041/3 "2021-02-14T17:41:33Z")

</div>

That ended up being the case, I had to hunt it down in the documentation manifest and remove it from there. I thought I’m not supposed to edit the manifest by hand so I’m not sure what went wrong there, but that was the only thing that worked.
