kriasoft/aspnet-starter-kit

System.IO.FileNotFoundException

thxu2 opened this issue · 2 comments

thxu2 commented

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]

@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..

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.