Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wrong package is installed #253

Open
savetheclocktower opened this issue Apr 7, 2024 · 0 comments
Open

[BUG] Wrong package is installed #253

savetheclocktower opened this issue Apr 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@savetheclocktower
Copy link
Sponsor

The bug

When I run ppm install linter-stylelint-pulsar, it appears to install linter-stylelint instead.

Screenshot 2024-04-07 at 12 20 45 PM

It should be linter-stylelint-pulsar — which is on version 4.6.0. So the wrong package and the wrong version are installed.

Replicating the bug

Do what I just described.

Speculation

I decided to file this in package-backend because I inspected the JSON response for this package from the API. It looks nearly as it should, but I eventually noticed this in the metadata:

Screenshot 2024-04-07 at 12 35 46 PM

I also dug into the 4.0.2 tag — the first one that was published for the forked package — and found that its package.json still referred to the original package's repository under AtomLinter. Maybe that's confusing the backend?

@savetheclocktower savetheclocktower added the bug Something isn't working label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant