davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
225 stars 43 forks source link

[Question]: How do you check for a lib and update only this one update ? #89

Open castroCrea opened 2 months ago

castroCrea commented 2 months ago

Do there is a way to check the current version and reinstall only if the version change ?

davideicardi commented 2 months ago

Maybe you can call the getInfo or list methods, to check if that package is already installed?