NodeJS 禁止显示AWS SDK v2弃用消息

tgabmvqs  于 2023-02-18  发布在  Node.js
关注(0)|答案(1)|浏览(279)

我看到了很多这样的信息:

NOTE: The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)

有没有可能压制住它?
(It不是我的代码库,所以不在我的控制范围内升级到v3)。

efzxgjgh

efzxgjgh1#

终止端口号进程

lsof -i :<PORT> //example 8000
kill -9 <PID>

相关问题