Skip to content

Commit

Permalink
Add a FAQ entry relating to the host not found error
Browse files Browse the repository at this point in the history
In the case of networking issues that don't make sense as described
in purescript#196, you may need to install netbase. This adds a FAQ entry about
that to the `FAQ` section of the readme
  • Loading branch information
ericbmerritt committed May 14, 2019
1 parent 93882fe commit 0ac34e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,7 @@ So make sure `build` works first. If you still get a failure you might be encoun
[spago-issues]: https://github.com/spacchetti/spago/issues
[dhall-hash-safety]: https://github.com/dhall-lang/dhall-lang/wiki/Safety-guarantees#code-injection
[spago-latest-release]: https://github.com/spacchetti/spago/releases/latest

#### I getting a 'Host Not Found' error running `spago install` or `spago build` in ubuntu

If you get networking errors in ubuntu you may need to install the `netbase` package with `apt install netbase`. For more details see [this issue](https://github.com/spacchetti/spago/issues/196).

0 comments on commit 0ac34e2

Please sign in to comment.