-
Notifications
You must be signed in to change notification settings - Fork 193
Example from book fails on freebsd #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm curious if this works:
If that also fails, then that points to a spago issue, rather than a book issue. Good job fixing |
No it doesn't work indeed. I didn't know this issue thank for sharing. I will look. There is this issue on spago project purescript/spago#894 and this thread on forum where I found some help https://discourse.purescript.org/t/trouble-installing-dependencies/3052/28. I have opened a bug report related to the freeBSD package: I am going to try to install the next version from npm I hope this resolve my issue. Thank you |
Well it doesn't work with spago@next:
I going to try again with legacy spago npm install. |
Hi !
I am just starting to learn Pure Script.
Examples from the book don't work on FreeBSD 14.0:
./resetSolutions.sh
works as expected:but
./scripts/removeAnchors.sh
uses gnu-find and need to be adapted:misc/findutils
port must be installed.Even so,
spago test
continues to fails:The text was updated successfully, but these errors were encountered: