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
i'm looking for a way to "vendor" the binding files for my app such that dependencies (e.g. @serialport/bindings) use the vendor'ed bindings files provided by the root app instead of their module-local default. i don't see a way to do this - am i just missing it?
hey there 👋
thanks for the super-helpful lib 🙏
i'm looking for a way to "vendor" the binding files for my app such that dependencies (e.g.
@serialport/bindings
) use the vendor'ed bindings files provided by the root app instead of their module-local default. i don't see a way to do this - am i just missing it?very roughly, you could:
app_root
(perhaps via app-root-path)module_name
(the package.jsonname
field for the module - e.g.@serialport/bindings
)...does that make sense and fit with your goals for this lib? happy to create a PR if so!
related: serialport/node-serialport#2044
The text was updated successfully, but these errors were encountered: