I wish you luck! (Sorry all the devs for filling up so much dev chat room)
usagihana
@soundyogi
yeah sorry
Benjamin Stanley
@HeadClot
Hey everyone
usagihana
@soundyogi
hi again
I cloned the repos for developing. When I try to start the Knightclub demo now it will give me: Camera Behavior.ts(0): Subsequent variable declarations must have the same type. Variable 'document' must be of type 'Document', but here has type 'any'.
I get it with the x64 desktop prebuild aswell as via "node sever start"
It seems like a typescript compile problem? :D thanks for any pointers
no i think there is a problem with the plugins since I also get: Camera Behavior.ts(5): Property 'EffectComposer' does not exist on type 'typeof THREE'.
usagihana
@soundyogi
also: lib.d.ts
gives me some errors, so the problem is maybe definition files? I have no idea