davideicardi / live-plugin-manager

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

If a dependencies is reinstall we should reload dependant #5

Closed davideicardi closed 6 years ago

davideicardi commented 6 years ago

It should already work but probably in some scenario it doesn't ...

How to reproduce:

davideicardi commented 6 years ago

The error was a caused by the fact that a require was cached also in case of load error. Now fixed