dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Bonus window opens up when using cli on Windows #223

Closed rorticus closed 6 years ago

rorticus commented 6 years ago

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.

devpaul commented 6 years ago

Here it is:

capture

I think it's related to the cli's query to npm because it happens when nothing else is installed

JamesLMilner commented 6 years ago

It's probably the execa call which we removed in favour of libnpmsearch. Can you confirm this js still happening on master @devpaul @rorticus?

agubler commented 6 years ago

@JamesMilnerUK This has indeed been resolved.