Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grunt install doesn't work #9

Open
gwelter90 opened this issue Mar 3, 2016 · 1 comment
Open

grunt install doesn't work #9

gwelter90 opened this issue Mar 3, 2016 · 1 comment

Comments

@gwelter90
Copy link

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;
@maxolasersquad
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants