Hi, I’m following the getting started guide.
However, when I reached the spago test
section, I encountered the following error:
[error] Some of your project files import modules from packages that are not in the direct dependencies of your project.
To fix this error add the following packages to the list of dependencies in your config:
- foldable-traversable
I had to spago install foldable-traversable
before proceeding. Hope this helps someone.