节点 NPM Glob -

Node NPM Glob -

我在使用 NPM 安装 Glob 时遇到问题。 我在互联网上搜索了大约 1 小时的解决方案,但没有找到。 希望大家帮帮我。

  1. 我使用:“npm i glob”
  2. 我明白了:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'globe@0.3.1',
npm WARN EBADENGINE   required: { node: '0.8.x' },
npm WARN EBADENGINE   current: { node: 'v16.13.2', npm: '8.1.2' }
npm WARN EBADENGINE }

up to date, audited 42 packages in 965ms

3 packages are looking for funding
  run npm fund for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run npm audit for details. ```



我不知道那里出了什么问题。我希望你能帮助我。 ~Kitty 猫工艺品

如果您尝试安装 glob (as you wrote in step 1), then you probably had a typo in your command as the error message is about the package globe(最后是 'e')。

发生错误是因为'globe' 设置了明确要求的节点版本 0.8。在他们的 package.json 中,但是您安装了 16.13.2 版。如果你真的想安装 'globe' 我建议不要安装它,因为它看起来真的已经过时了(而且你必须使用不受支持的超级旧节点版本)。