Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Atom fails to install package 1.0.6 #26

Open
nigel-daniels opened this issue May 4, 2022 · 6 comments
Open

Atom fails to install package 1.0.6 #26

nigel-daniels opened this issue May 4, 2022 · 6 comments

Comments

@nigel-daniels
Copy link

Issue Type

Bug

Issue Description

Fails to install in Atom with the error:

Bug Checklist

  • [Y] Restart Atom
  • [Y] Go to Install Packages, find linter-eslint-node and click Install
  • [Y] Paste the output of the Install Packages screen alert
Installing “[email protected]” failed.
Package version: 1.0.6 not found

Note: clicking on the package name opens the link https://atom.io/packages/linter-eslint-node
This returns:

Error 500

@savetheclocktower
Copy link
Member

This is a known issue related to website errors on atom.io. See: atom#25438, atom#25426.

One workaround is to install directly from GitHub via terminal…

apm install AtomLinter/linter-eslint-node

…but I have not tried this yet. I don't know if it requires uninstalling the version from atom.io, or if you'd still get automatic updates. I am holding out hope that the website issue is just a simple fix and somebody's just on vacation or something.

So this isn't our bug. But I'll keep this issue open for visibility until the website problems are fixed.

@nigel-daniels
Copy link
Author

Got it.

Thanks for the advice, the good news is apm was able to install the package. Hopefully Atom can fix this at their end.

@savetheclocktower
Copy link
Member

Keeping this open so people will see it if they try to report this again.

@Remixful
Copy link

apm install AtomLinter/linter-eslint-node
Cloning https://github.com/AtomLinter/linter-eslint-node.git failed
Installing modules done
Cannot read property 'getReferenceTarget' of null

I'm getting this error. It doesn't show up in my packages.

@savetheclocktower
Copy link
Member

It doesn't happen for me. Can you try installing some other package via apm and see if the same error occurs?

@mberntsen
Copy link

using apm worked for me on atom 1.61.0-beta0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants