Closed rorticus closed 6 years ago
Here it is:
I think it's related to the cli's query to npm because it happens when nothing else is installed
It's probably the execa
call which we removed in favour of libnpmsearch
. Can you confirm this js still happening on master @devpaul @rorticus?
@JamesMilnerUK This has indeed been resolved.
When using cli on windows I noticed that an extra console window would open up briefly with the title
npm
and then close and the command would continue on.At the time I was running
npm run build
.