Skip to content

Commit

Permalink
Merge pull request #621 from Paolaufer/patch-2
Browse files Browse the repository at this point in the history
Update troubleshooting.md
  • Loading branch information
ShimiT authored Dec 1, 2019
2 parents 4b865e2 + 59eda86 commit fb54a0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Troubleshooting

### Installation

**Indicator:**
Installation fails with the following error:
```Error: EACCES: permission denied```

**Solution:**
Grant the user "admin" permissions to run the command for the installation process using the following command:

```sudo npm install -g mbt --unsafe-perm=true --allow-root```


### Timeouts

- registry - Sometimes, when executing the `mbt build [args]` command, the build process hangs and ends with a timeout error.
Expand Down

0 comments on commit fb54a0f

Please sign in to comment.