node-red / node-red-dev-cli

Command-line tool for Node-RED Node authors
Apache License 2.0
7 stars 5 forks source link

Dependency on npm-remote-ls #2

Open sammachin opened 2 years ago

sammachin commented 2 years ago

This package is over 5 years old and also has a dependency on the deprecated request package. Need to review if we can remove it and just make the API requests directly to npm using axios.

dceejay commented 2 years ago

I thought we had moved to got so that should be installed already...

knolleary commented 2 years ago

This repo uses axios rather than got as it's http request library. But it also uses npm-remote-ls which uses request under the covers. Hence this issue to investigate removing the dependency on npm-remote-ls.