kaiju icon indicating copy to clipboard operation
kaiju copied to clipboard

Uncaught ReferenceError: Kaiju is not defined

Open thomasmodeneis opened this issue 10 years ago • 2 comments

When executing the demo first I had the following error:

Uncaught ReferenceError: $ is not defined

I fixed this by adding jquery:

Then now I'm having Uncaught ReferenceError: Kaiju is not defined.

thomasmodeneis avatar Dec 21 '14 19:12 thomasmodeneis

I fixed this by adding

if (typeof exports != 'undefined') { exports.Kaiju = Kaiju; } if (typeof window != 'undefined') { window.Kaiju = Kaiju; }

to the end of the client.js file and running make on the ui.

thomasmodeneis avatar Dec 21 '14 19:12 thomasmodeneis

@thomasmodeneis

I'm not doing much with this project right now. I still have really high hopes for it, but realistically I don't have a lot of time to devote to it at the moment. I'm hoping that changes in the future.

I'll make you an admin so you can feel free to make this and other improvements. I'm happy to help anywhere you need it.

spf13 avatar Jan 01 '15 14:01 spf13