kriasoft / aspnet-starter-kit

Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, EF Core, React (ReactJS), Redux, Babel. Single-page application boilerplate.
https://twitter.com/dotnetreact
MIT License
1.16k stars 203 forks source link

System.IO.FileNotFoundException #11

Closed thxu2 closed 8 years ago

thxu2 commented 8 years ago

Hi, when i run this on Mac, it don't start and throw exception

System.IO.FileNotFoundException' in System.IO.FileSystem.dll fail: Microsoft.AspNetCore.Server.Kestrel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60[13]

koistya commented 8 years ago

@thxu2 does it print what file is missing? The client-side portion of the app should be compiled into the /public/dist/ folder when you run either node run start or node run build..

koistya commented 8 years ago

I'm unable to replicate this issue. Can you please paste the full log here using the latest version of this boilerplate. Closing for now.