CodeCamper
CodeCamper copied to clipboard
Unhandled exception at line 30,.../Scripts/main.js
I downloaded the CodeCamper - master and tried to run it and got this error on start up. 0x800a138f - JavaScript runtime error: Unable to get property 'run' of undefined or null reference. If I click Continue button, the main page shows up, but messed up.
The error comes from this line of code:
function boot() { require(['bootstrapper'], function (bs) { bs.run(); }); }
Any idea why and how to fix it?