无法安装原子包。 npm err!代码E500

发布于 2025-01-22 03:59:06 字数 626 浏览 0 评论 0 原文

我刚刚安装了原子,我想安装一些软件包。但是,由于此错误,我无法做到:

安装“ /a>“失败。hide输出…

npm err!代码E500 npm err! 500内部服务器错误 - get https://wwww.atom。 io/api/packages/脚本/版本/3.32.2/tarball

npm err!可以在以下方式中找到此运行的完整日志 npm err! C:\ Users \ ronal.atom.apm_logs \ 2022-04-19T04_18_25_308Z-debug.log

我不确定如何解决它。你们有同样的问题吗?如果您能帮助我,那就太好了。

I've just installed Atom and I wanted to install some packages. However, I couldn't do it due to this error:

Installing “[email protected]” failed.Hide output…

npm ERR! code E500
npm ERR! 500 Internal Server Error - GET https://www.atom.io/api/packages/script/versions/3.32.2/tarball

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ronal.atom.apm_logs\2022-04-19T04_18_25_308Z-debug.log

I am not quite sure how to solve it. Have you guys had the same issue? It would be wonderful if you could help me out.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

半枫 2025-01-29 03:59:06

服务器已上升。使用以下URL时,您会得到一个响应:

当您将“ tarball”添加到最后时,它错误。
完整URL: https://www.atom.io /PI/packages/ATOM-TERNJS/VERSIONS/0.20.0/tarball
错误:{“消息”:“应用程序错误”}

我也遇到了其他多个插件的同一问题。

Atom GitHub项目已注册了问题,如果您想遵循该问题,请参阅该问题的链接: https://github.com/atom/atom/issues/25417

Server is up. When using the following URL you'll get a response: https://www.atom.io/api/packages/atom-ternjs/versions/0.20.0/

When you add "tarball" to the end it errors.
Full URL: https://www.atom.io/api/packages/atom-ternjs/versions/0.20.0/tarball
Error: {"message":"Application error"}

I'm encountering the same issue with multiple other plugins too.

The Atom Github project has the issue registered, here is the link to the issue if you want to follow it: https://github.com/atom/atom/issues/25417

遗心遗梦遗幸福 2025-01-29 03:59:06

您也可以使用GitHub repo链接下载包装。

然后打开终端(或命令 - 推出)并输入主零件:

apm install atom-community/atom-script

这就是我安装它的方式。

You can also use the GitHub repo link to download the package.

Then open terminal (or command-prompt) and type the main-part:

apm install atom-community/atom-script

Thats how I installed it.

扛起拖把扫天下 2025-01-29 03:59:06

In this case just go to the root folder in the error and delete the .apm directory (or folder) (C:\Users\ronal.atom.apm_logs\2022-04-19T04_18_25_308Z-debug.log

它将清除缓存。然后关闭原子,然后再次打开,然后如果安装,它将这样做。刚才对此进行了测试。

In this case just go to the root folder in the error and delete the .apm directory (or folder) (C:\Users\ronal.atom.apm_logs\2022-04-19T04_18_25_308Z-debug.log)

It will clear the cache. Then close atom and open again and then if you install it will do. Just now tested this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文