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

Extend process.env when spawning dotnet child process. Fixes #9 #13

Closed kevicency closed 8 years ago

kevicency commented 8 years ago

I has the same Issue as in #9. This should fix the Error: spawn dotnet ENOENT

koistya commented 8 years ago

Looks good, thanks! I would just replace object-extend with a more popular extend module. Is there any reason why do you prefer object-extend?

koistya commented 8 years ago

@kmees I just checked, there is an existing dependency extend that can be used for that I believe.

kevicency commented 8 years ago

Yeah using Object.extend does probably make more sense :)

Sent from my Nokia 3310

On 15 Jul 2016, at 12:48, Konstantin Tarkus notifications@github.com wrote:

Merged #13.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.