-
Notifications
You must be signed in to change notification settings - Fork 21
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
creating a project with "-" in it breaks the build #34
Comments
This is related to #7 and it is caused by dotnet template engine. The solution is to manually fix webpack.config.js or do not use |
Understood. Perhaps some warning somewhere / somehow? or in the docs? |
@isaacabraham Would it make sense to add it to the README ? With some warnings sign ? One question, what was your reference to learn how to use the template ? The readme ? A blog post ? |
I just followed the readme, yeah. IMHO that's the best place to put it as it's directly coupled with the code in the repo itself with some warnings, yes. The error is kind of hard to see - you get a load of red and unless you read the details careful it's easy to miss. In the worse case, this gives Fable a bad reputation because "it doesn't work" when it's not that at all. |
Ok thanks for the answer. I added a warning in the README acffd3d |
I heard once that it can be fixed by using a |
I created a project called
elmish-101
. This fails, I think when you run the yarn step - fails to compile. It seems to replace the-
with a_
in the path to the project.Sorry - don't have the error with me any more but it's easy to repro.
The text was updated successfully, but these errors were encountered: