Changelog
6.0.0 (2017-06-20)
npx foo
arg parsing (ba4fe71)npx -c "foo"
will no longer install foo
. Use -p
to specicify packages to install. npx will no longer assume any particular format or escape status for -c
strings: they will be passed directly, unparsed, and unaltered, to child_process.spawn.<a name="5.4.0"></a>
Changelog
5.4.0 (2017-06-17)
<a name="5.3.0"></a>