You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:And before that I also get some warnings when using
grunt install
:Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: