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
Trying to install the 1.x branch or the latest 1.x tag fails due to a missing
versionproperty in thepackage.jsonfile.Replication steps
First, to make sure it's not a versioning issue on my end, the output of
npm -vandnode -vare as follows:Since ideally I'd like to try installing the lastest 1.x version, I attempted the install via the following command:
npm i -g https://github.com/Shopify/slate/archive/1.x.tar.gzwhich produces the following:
npm ERR! Can't install https://github.com/Shopify/slate/archive/1.x.tar.gz: Missing package versionThe same issue is present on the latest 1.x tag I can see, which is v1.0.0-alpha.26.