In dependencyInjection/framework.js line 47 ``` mod.interface = mod.sandbox.exports; ``` should be replaced with ``` mod.interface = mod.sandbox.module.exports; ``` Otherwise, mod.interface will always be undefined