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
运行allvideos时报错是这样的
TypeError: Cannot read properties of undefined (reading 'count')
at Object.get (C:\Users\yuxin\vtb_f\node_modules\bili-api\src\api\data.js:32:63)
at C:\Users\yuxin\vtb_f\node_modules\relationx\src\index.js:74:75
at processTicksAndRejections (node:internal/process/task_queues:96:5)
无法找到模块“bili-api”的声明文件。“c:/Users/yuxin/vtb_f/node_modules/bili-api/index.js”隐式拥有 "any" 类型。
尝试使用
npm i --save-dev @types/bili-api
(如果存在),或者添加一个包含declare module 'bili-api';
的新声明(.d.ts)文件这个怎么bane
The text was updated successfully, but these errors were encountered: