Create-react-app: CI Failing

Created on 18 Jul 2019  路  1Comment  路  Source: facebook/create-react-app

All of our CI builds on windows have been failing since ~July 2. Check it out. I manually ran the process again on our last _successful_ build, and that failed too, so I'm pretty sure no particular commit caused it, just some change out of our hands.

The errors is always kill: not enough arguments and triggered by this line in stopLocalRegistry. I _think_ this is pretty much the _very last step_ in all of our tasks.

I'm not sure why verdaccio isn't showing up in the output of ps -ef, but if it's not a _huge_ deal if the process isn't killed, maybe we can add the -r flag to the call to xargs? Anyway, figured I'd open up an issue to track.

bug

Most helpful comment

I tried using -r in #7385 and it worked for windows but apparently mac's xargs doesn't support that as an option :')

>All comments

I tried using -r in #7385 and it worked for windows but apparently mac's xargs doesn't support that as an option :')

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rdamian3 picture rdamian3  路  3Comments

adrice727 picture adrice727  路  3Comments

ap13p picture ap13p  路  3Comments

xgqfrms-GitHub picture xgqfrms-GitHub  路  3Comments

fson picture fson  路  3Comments