edge
edge copied to clipboard
Module ./native/win32/x64/5.1.1/edge_nativeclr not declared as a dependency
Hi,
I tried to get edge running in an Aurelia application hosted in Electron but get the following error if i try to import edge in my viewmodel (src/edge-test.ts).
Uncaught Uncaught Error: Module ./native/win32/x64/5.1.0/edge_nativeclr not declared as a dependency. Evaluating file:///D:/Development/aurelia_test/jspm_packages/npm/[email protected]/lib/edge.js
As far as i can trace the source of the error it occures on line 32.
edge = require(edgeNative);
The project is up on GitHub here
Is something wrong with my SystemJS config (config.js) or what else is causing this error?