Skip to content

Can't install from repo #69

@jrhe

Description

@jrhe

Describe the bug

It's currently not possible to install from the github repository using any package manager as the package.json is missing both name and version keys. Adding these keys allows you to install from pnpm and yarn, but not npm, as it stumbles on the "workspace:*" references.

Your Example Website or App

N/A

Steps to Reproduce the Bug or Issue

pnpm add github:TanStack/ranger
or
yarn add git+https://github.com/TanStack/ranger.git#main
or
npm install git+https://github.com/TanStack/ranger.git#main

Expected behavior

Expected that the latest commit from main branch is installed.

Screenshots or Videos

No response

Platform

yarn version 1.22.19
pnpm version 8.8.0
npm version 10.1.0

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions