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
{{ message }}
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
Problem
Installing the alpha tag on npm installs a several months old version of the 1.x branch, instead of the expected latest tag based on that branch.
Replication steps
Running
npm install -g @shopify/slate@alphawill install1.0.0-alpha.1instead of the expected1.0.0-alpha.26, based on the tags on the repo.