atom/apm

apm accidentally installed from npm registry, not from Atom packages registry

sompylasar opened this issue · 5 comments

apm install react@0.14.2 has installed facebook/react, not https://atom.io/packages/react

Re-installation neither from CLI nor from GUI did help because the wrong react got cached in ~/.atom/.apm. I could only restore normal behavior of the Atom GUI after removing that directory.

This looks like a bug in apm.

As a temporary workaround apm install react@0.14.1 is working for me.

Any idea if this will be a easy/fast fix? Current contemplating whether i should rename the package, push a new version or just wait for this to be fixed.

I had the same issue with 0.14.2, was using 0.14. Upgraded 0.15 and seems to be working fine for me.

Upgraded 0.15 and seems to be working fine for me.

That's because there is no facebook/react of version 0.15 (they switched to major 15.0).

Thanks! I've just been ignoring my update notification since I had to roll back to 0.14.1.