Skip to content

Commit

Permalink
added: Troubleshoot docs (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
raosan authored Jun 22, 2021
1 parent fb02056 commit 45cf62f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ monika -h
```

See the [CLI Options](https://hyperjumptech.github.io/monika/guides/cli-options) guide to see all the different options possible.

## Troubleshoot

If you have problem installing using `npm`, please check this [issue #216](https://github.com/hyperjumptech/monika/issues/216). It might be related to permission issue. In most cases, it can be solved by running

```
sudo npm i -g @hyperjumptech/monika --unsafe-perm=true --allow-root
```

0 comments on commit 45cf62f

Please sign in to comment.