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 has been 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):
Hi,
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
):This gives the following error:
Removing the "main" property in packages (i.e. what is described in the README) gives the following error:
The text was updated successfully, but these errors were encountered: