tfjs-wechat icon indicating copy to clipboard operation
tfjs-wechat copied to clipboard

TS2688: Cannot find type definition file for 'jasmine'

Open exist2disappear opened this issue 3 years ago • 2 comments

To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.

TensorFlow.js version :2021.6.28 master tfjs-wechat plugin version: npm version:6.14.12 WeChat IDE version : stable 1.05 Describe the problem or feature request: https://github.com/tensorflow/tfjs-wechat/issues/26

exist2disappear avatar Jun 28 '21 09:06 exist2disappear

@exist2disappear are you try to run the tests within the repo?

pyu10055 avatar Jul 14 '21 17:07 pyu10055

install @types/jasmine package

npm install --save-dev @types/jasmine

408881465 avatar Jan 23 '24 00:01 408881465