Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Installation via npm fails for 1.x branch #469

@Eleeleth

Description

@Eleeleth

Problem

Trying to install the 1.x branch or the latest 1.x tag fails due to a missing version property in the package.json file.

Replication steps

First, to make sure it's not a versioning issue on my end, the output of npm -v and node -v are as follows:

$ node -v
v8.11.1
$ npm -v
v5.8.0

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.gz

which produces the following:

npm ERR! Can't install https://github.com/Shopify/slate/archive/1.x.tar.gz: Missing package version

The same issue is present on the latest 1.x tag I can see, which is v1.0.0-alpha.26.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions