aboutsummaryrefslogtreecommitdiff
path: root/source/notes/2017-04-17-elm_installation.md
blob: 4c412ee33cd39a9fec5751a2f602f814d6c51b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: "elm_installation"
date: 2017-04-17T09:26:00
date_display: Apr 17, 2017
---

# ELM installation on archlinux 

Error when elm-repl started : 
```sh
/usr/lib/node_modules/elm/Elm-Platform/0.18.0/.cabal-sandbox/bin/elm-repl: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
```

Solution: 
```sh
sudo ln -s /usr/lib/libncurses++w.so.6.0 /usr/lib/libtinfo.so.5
```