Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install from repo #69

Open
jrhe opened this issue Oct 7, 2023 · 0 comments
Open

Can't install from repo #69

jrhe opened this issue Oct 7, 2023 · 0 comments

Comments

@jrhe
Copy link

jrhe commented Oct 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant