Skip to content

Commit

Permalink
docs: better explain for not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Apr 24, 2024
1 parent f803d10 commit 1340eb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/app/troubleshooting/not-found.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Error: Cannot find module '*/shell-config/*'
## Solution

In case you're facing this issue, **FORCE QUIT** the terminal and open a new one.

Then, run the following command within the native terminal app:

```bash
source <(shell-config init-script)
```

0 comments on commit 1340eb4

Please sign in to comment.