dillonkearns / elm-pages-starter

Starter blog for elm-pages
https://elm-pages-starter.netlify.com
95 stars 41 forks source link

Error compiling starter #1

Open lukewilliamboswell opened 5 years ago

lukewilliamboswell commented 5 years ago

Gday,

elm-pages looks pretty awesome so I thought I would try it out.

I followed the instructions in README and cloned the repo, npm install, then npm start and I get the following error. Not sure how to fix as it is in a generated file?

error

dillonkearns commented 5 years ago

Hello @lukewilliamboswell! Thank you so much for trying it out and sharing this issue.

This definitely looks like a Windows-related compatibility issue. There must be some point in the code that is splitting on /'s rather than using a cross-platform way of splitting on path separators. I'll take a look and get back to you. Shouldn't be too difficult to fix.

Thanks!

mm-tfx commented 4 years ago

Hello.

I have the same problem on Windows computer.

If more information or debugging or testing is need I would be glad to help.

Thanks.