You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ppm install linter-stylelint-pulsar, it appears to install linter-stylelint instead.
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:
I also dug into the 4.0.2 tag — the first one that was published for the forked package — and found that its package.jsonstill referred to the original package's repository under AtomLinter. Maybe that's confusing the backend?
The text was updated successfully, but these errors were encountered:
I have the same problem. Package linter-stylelint-pulsar was installing infinitely, after Ctrl-Shift-F5 I've discovered that linter-stylelint package has been installed and immediately gave me the error:
The bug
When I run
ppm install linter-stylelint-pulsar
, it appears to installlinter-stylelint
instead.It should be
linter-stylelint-pulsar
— which is on version4.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:I also dug into the
4.0.2
tag — the first one that was published for the forked package — and found that itspackage.json
still referred to the original package's repository under AtomLinter. Maybe that's confusing the backend?The text was updated successfully, but these errors were encountered: