运行 npm 运行 start:dev 产生错误 "Cannot find module 'ssh2-streams'"

Run npm run start:dev produce ERROR "Cannot find module 'ssh2-streams'"

我正在 docker Mint 20 OS 中使用 docker Nodejs 应用程序,我可以 运行 docker-compose 成功。但是当尝试使用 npm run start:dev 启动应用程序时,它开始监视然后显示以下错误:

node_modules/node-ssh/lib/typings/index.d.ts:4:41 - error TS2307: Cannot find module 'ssh2-streams' or its corresponding type declarations.
4 import { Prompt, TransferOptions } from 'ssh2-streams';
                                          
[1:30:24 PM] Found 1 error. Watching for file changes.

请帮忙!!

运行此命令用于您的项目中缺少类型包

 npm i @types/ssh2-streams