nexmo-se / video-api-effects

MIT License
4 stars 8 forks source link

Cannot find name 'Long'. #6

Open Playfrog4u opened 2 years ago

Playfrog4u commented 2 years ago

Getting this on a fresh Angular install..

Error: node_modules/@tensorflow/tfjs-core/dist/hash_util.d.ts:2:49 - error TS2304: Cannot find name 'Long'. 2 export declare function hexToLong(hex: string): Long;

Error: node_modules/@tensorflow/tfjs-core/dist/hash_util.d.ts:3:69 - error TS2304: Cannot find name 'Long'. 3 export declare function fingerPrint64(s: Uint8Array, len?: number): Long;

I have also reported the issue on tensorflow/tfjs https://github.com/tensorflow/tfjs/issues/5584#issuecomment-975863461