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 Oct 9, 2020. It is now read-only.
It is not clear to me how exactly to use this package from the README. I have a "back-addon" module installed in the node_modules directory (using node-gyp). How should this package be declared in the systemjs configuration file in order to be able to use require(back-addon) in javascript?
For all clarity, I am using Electron, but I don't see how this makes a difference.
For the moment I have tried this (binary is node_modules/back-addon/back-addon.node):