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
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
The text was updated successfully, but these errors were encountered:
Describe the bug
It's currently not possible to install from the github repository using any package manager as the
package.json
is missing bothname
andversion
keys. Adding these keys allows you to install frompnpm
andyarn
, 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
The text was updated successfully, but these errors were encountered: