-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Compilation error when using elm-pages docs
#445
Comments
Hey there, running into the same problem unfortunately. It keeps me from compiling the docs. I am running it on my WSL 2 (5.15.133.1-microsoft-standard-WSL2), |
Same problem here, is there a way to see docs otherwise? |
@Erudition I believe not, since the main point of the local docs, is that they are able to reflect your locally generated code, for routes and other components. Do you use the same elm and elm-pages version as me? (Just out of curiosity) |
@thelayeredmind I'm not sure where you were looking at those deps, but it would be That said, my hypothesis is this is happening because of wherever elm-pages is building the docs harness. I already have the deps in my project's
So in this instance I don't think project deps are the issue. |
@supermario I think there has been a misunderstanding. The deps are not the problem, I also knew that. I found that $ lamdera install lamdera/codecs
Here is my plan:
Add:
lamdera/codecs 1.0.0
Would you like me to update your elm.json accordingly? [Y/n]: Y
Success! My questions therefor are these:
|
The problem is that There are a few places where I inject |
Okay, so it is a shared folder. The easy way to do it is to just not add |
@dillonkearns Awesome that you are on it, I appreciate that. But isn't this just combatting the sympton instead of the root cause? |
@thelayeredmind |
As discussed, there seems to be some issue with
elm-pages
docs, hypothesis it might be something to do with the Lamdera deps injection not being done in the background by elm-pages.The text was updated successfully, but these errors were encountered: