danhobbs75

Results 6 comments of danhobbs75

I am experiencing this with Nx 18.0.4. I tried a workaround where I split a prebuild step into two where each has a single command instead of an array of...

> Not really a workaround and it scales horribly, cause if you had let's say 7 commands you would need to add 7 targets with a lot of syntax sugar....

> I'll look into this as soon as possible. In the meantime, can you confirm that things work as expected when setting the env var `NX_NATIVE_COMMAND_RUNNER=false`? Same result for me:...

> > I'll look into this as soon as possible. In the meantime, can you confirm that things work as expected when setting the env var `NX_NATIVE_COMMAND_RUNNER=false`? > > Same...

> Hmm.. I tried giving this a shot locally with doing `echo`s and it looks like things are completing properly for me. Whats another command where you all noticed this...

> One other fix, that works for me, is the following and after that everything works fine under windows. > > Adding `NX_NATIVE_COMMAND_RUNNER=false` to the `.env` file at workspace root....