无法安装原子包。 npm err!代码E500
我刚刚安装了原子,我想安装一些软件包。但是,由于此错误,我无法做到:
安装“ /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
我不确定如何解决它。你们有同样的问题吗?如果您能帮助我,那就太好了。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
服务器已上升。使用以下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
您也可以使用GitHub repo链接下载包装。
例如,您要下载
脚本
软件包。访问他们的主页,单击 repo 并获取链接。
例如, https://github.com/atom-community/atom-community/atom-script .git
您不需要整个链接,只是
atom-community/atom-script
的主要部分
然后打开终端(或命令 - 推出)并输入主零件:
这就是我安装它的方式。
You can also use the GitHub repo link to download the package.
For example you want to download
script
package.Visit their main page, click on the repo and get the link.
For example https://github.com/atom-community/atom-script.git
You don't need the whole link, just the main part which is
atom-community/atom-script
Then open terminal (or command-prompt) and type the main-part:
Thats how I installed it.
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.