We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PS C:\Users\mr63\OneDrive my-app> npx shadcn@latest init ✔ Preflight checks. ✔ Verifying framework. Found Next.js. ✔ Validating Tailwind CSS. ✔ Validating import alias.
Something went wrong. Please check the error below for more details. If the problem persists, please open an issue on GitHub.
request to https://ui.shadcn.com/r/styles/index.json failed, reason: unable to get local issuer certificate
all
npx shadcn@latest init
No response
windows
The text was updated successfully, but these errors were encountered:
I am also facing the same issue
Sorry, something went wrong.
After running below it started working
For CLI set NODE_TLS_REJECT_UNAUTHORIZED=0
For PS $env:NODE_TLS_REJECT_UNAUTHORIZED=0
No branches or pull requests
Describe the bug
PS C:\Users\mr63\OneDrive my-app> npx shadcn@latest init
✔ Preflight checks.
✔ Verifying framework. Found Next.js.
✔ Validating Tailwind CSS.
✔ Validating import alias.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
request to https://ui.shadcn.com/r/styles/index.json failed, reason: unable to get local issuer certificate
Affected component/components
all
How to reproduce
npx shadcn@latest init
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Before submitting
The text was updated successfully, but these errors were encountered: