-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
What happened?
I'm following the installation guide to install Uniwind Pro in an Expo project. I have an active Uniwind account with a purchased subscription.
Problem
The uniwind-pro CLI authentication fails with the following error after completing the GitHub OAuth flow:
An error occurred: You have no permission to install Uniwind Pro or your session has expired.
Configuration
package.json includes the entry specified in the installation guide:
"uniwind": "npm:uniwind-pro@rc"What I've Verified
- The GitHub account used to create my Uniwind account is the same one used to grant CLI permissions
- Received a Stripe receipt email confirming an active Uniwind Pro subscription (invoice no.
UNIWIND-0093)
Environment
| Tool | Version |
|---|---|
| Node | 24.14.0 |
| pnpm | 10.32.1 |
| npx | 11.9.0 |
Steps to Reproduce
- Run any of the commands below
- Browser opens to the GitHub permissions page — grant access
- Browser displays: "You can close this tab and return to the terminal."
- Terminal returns the error above
Commands Attempted
pnpm uniwind-pro
sudo pnpm uniwind-pro
npx uniwind-pro
Snack or Repository Link
This is the authentication error with the CLI
Uniwind version
uniwind-pro@rc
React Native Version
0.83.2
Platforms
iOS
Expo
Yes
Additional information
- I've searched for similar issues in this repository and found none
Reactions are currently unavailable