The npm dependency we have in cli causes problems when reinstalling node_modules etc and we no longer require david as we are using npm search elsewhere to collect available version numbers.
We should remove this dependency and change the version command to use the npm search results.
Enhancement
The
npm
dependency we have incli
causes problems when reinstallingnode_modules
etc and we no longer requiredavid
as we are usingnpm search
elsewhere to collect available version numbers.We should remove this dependency and change the version command to use the
npm search
results.