dojo / cli

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

Replace execa calls to npm with the official npm libary #258

Closed JamesLMilner closed 6 years ago

JamesLMilner commented 6 years ago

Enhancement

At the moment we use execa to call out to npm to do a search. This is somewhat convoluted and arguably error prone.

Package Version: 3.0.1

Expected behavior:

Not to make calls out to shell calling npm

Actual behavior:

We make calls out to shell to call npm