DVD.js icon indicating copy to clipboard operation
DVD.js copied to clipboard

grunt install doesn't work

Open gwelter90 opened this issue 9 years ago • 1 comments

hi,

when i try to use $ grunt install than i got this error auswahl_005

the lines are:

240 isEmpty(object: any): boolean;
241 invoke(methodName: string, arguments?: any[]): any;
242 last(): TModel;

gwelter90 avatar Mar 03 '16 08:03 gwelter90

This looks to be based on a change in how TypeScript works since this was written. As the error indicates, the method named invoke on class Collection in src/declarations/backbone/backbone.d.ts on line 241 has an argument named arguments which is no longer allowed. Someone will need to update this class, and probably everything that subclasses it. I would love to take this task on but I'm not sure when I will have the time.

maxolasersquad avatar Nov 09 '18 20:11 maxolasersquad