You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
In Query.js, this package relies on package.json to exist in order to name the debug instances. This is silly, and breaks when the package is bundled into a production application, resulting in the entire node-wmi package (and all of it's dependencies) to be excluded from the bundling process.
Simply hardcoding these as node-wmi:Query resolves it. PR for fix found here: #16
In Query.js, this package relies on package.json to exist in order to name the debug instances. This is silly, and breaks when the package is bundled into a production application, resulting in the entire
node-wmipackage (and all of it's dependencies) to be excluded from the bundling process.Simply hardcoding these as
node-wmi:Queryresolves it. PR for fix found here: #16