Last-Order / Minyami

A lovely video downloader for HLS videos
GNU General Public License v3.0
555 stars 36 forks source link

通过 npm 更新时有奇怪的 warning 出现 #122

Closed DCxDESIGN closed 6 months ago

DCxDESIGN commented 6 months ago

Basic Information

Describe the bug 在 Powershell 下使用 npm 进行包更新时,会出现奇怪的 warning

npm i -g minyami
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'minyami@5.1.0',
npm WARN EBADENGINE   required: { node: '~14 || ~16 || ~18 || ~20' },
npm WARN EBADENGINE   current: { node: 'v21.5.0', npm: '10.2.5' }
npm WARN EBADENGINE }

removed 73 packages, and changed 53 packages in 14s

1 package is looking for funding
  run `npm fund` for details

不是什么大问题,好像也没有什么实际影响,但印象里以前没有这个问题

fireattack commented 6 months ago

可以顺便把 readme 那个 node 版本的失效链接修了

https://nodejs.org/en/about/previous-releases -> https://nodejs.org/en/about/previous-releases

Last-Order commented 6 months ago

是因为尚未增加对 Node 21 的支持的声明,不影响使用。 下一个版本带上,谢谢报告。