Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7403

GoJS with Aurelia Mismatch Error

$
0
0

@cdaniel wrote:

Hi all, I created a new aurelia project and installed gojs via npm. I added gojs to the aurelia.json dependencies and, without adding any gojs code, just tried to build. The build worked fine and gojs went to the vendor-bundle.js The issue is, when I run the project, I get errors from gojs. When I remove the gojs dependency in aurelia.json, the project runs just fine but adding it back always throws the same error located below. Please help.

Uncaught Error: Mismatched anonymous define() module: [object Object]
http://requirejs.org/docs/errors.html#mismatch
at makeError (vendor-bundle.js:11531)
at intakeDefines (vendor-bundle.js:12617)
at vendor-bundle.js:12815
makeError @ vendor-bundle.js:11531
intakeDefines @ vendor-bundle.js:12617
(anonymous) @ vendor-bundle.js:12815
setTimeout (async)
req.nextTick @ vendor-bundle.js:13178
localRequire @ vendor-bundle.js:12812
requirejs @ vendor-bundle.js:13160
(anonymous) @ vendor-bundle.js:13199
(anonymous) @ vendor-bundle.js:13508

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7403