tensorflow / tfjs-wechat

WeChat Mini-program plugin for TensorFlow.js
https://tensorflow.org/js
547 stars 102 forks source link

TS2688: Cannot find type definition file for 'jasmine' #103

Open exist2disappear opened 3 years ago

exist2disappear commented 3 years ago

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

pyu10055 commented 3 years ago

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

408881465 commented 8 months ago

install @types/jasmine package

npm install --save-dev @types/jasmine