edge icon indicating copy to clipboard operation
edge copied to clipboard

Module ./native/win32/x64/5.1.1/edge_nativeclr not declared as a dependency

Open BoeseB opened this issue 8 years ago • 1 comments

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?

BoeseB avatar Mar 10 '16 10:03 BoeseB