TanStack/ranger

Can't install from repo

jrhe opened this issue · 0 comments

jrhe commented

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