Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install Atom packages. npm ERR! code E500

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.

like image 377
Ronald Navarro Avatar asked Oct 18 '25 06:10

Ronald Navarro


2 Answers

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

like image 61
MaxMods Avatar answered Oct 19 '25 21:10

MaxMods


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:

apm install atom-community/atom-script

Thats how I installed it.

like image 22
Ahx Avatar answered Oct 19 '25 22:10

Ahx



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!