typelead/etlas

While installing etlas with stack getting an error

shubhamkumar13 opened this issue · 2 comments

getDirectoryContents:openDirStream: does not exist (No such file or directory)

@shubhamkumar13 It should be fixed by running the following where you cloned the eta repository:

git submodule sync
git submodule update --init --recursive

thanks