davideicardi / live-plugin-manager

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

Adds stub method for process.on #81

Closed danieldelcore closed 1 year ago

danieldelcore commented 1 year ago

https://nodejs.org/api/process.html

When LPM encounters a dependency using process.on like so:

image

It will throw the following error: typeerror: process.on is not a function

I'm not sure if this is a suitable enough stub method so feel free to let me know if there's a better way to handle it. 😄

danieldelcore commented 1 year ago

Sure thing! Done ✅