DVD.js
DVD.js copied to clipboard
Can't compile
Hi there,
first of all: impressive work! And I am really curious to run your demo.
Unfortunately I cannot compile the code, as I am getting this error when issuing the grunt command:
Running "typescript:client" (typescript) task
>> src/declarations/backbone/backbone.d.ts(241,36): error TS1210: Invalid use of 'arguments'. Class definitions are automatically in strict mode.
Warning: Task "typescript:client" failed. Use --force to continue.
And before that I also get some warnings when using grunt install:
Running "tsd:refresh" (tsd) task
-> config: ./tsd.json
-> warning path not in index, attempt-adding: backbone/backbone.d.ts
-> warning path not in index, attempt-adding: jquery/jquery.d.ts
-> warning path not in index, attempt-adding: underscore/underscore.d.ts
-> warning path not in index, attempt-adding: node/node.d.ts
-> warning path not in index, attempt-adding: jdataview/jdataview.d.ts
-> warning path not in index, attempt-adding: glob/glob.d.ts
-> warning path not in index, attempt-adding: optimist/optimist.d.ts
-> warning path not in index, attempt-adding: minimatch/minimatch.d.ts
-> warning path not in index, attempt-adding: lodash/lodash.d.ts
Any help is greatly appreciated!
This is a duplicate of #9 .