Replies: 1 comment
-
Hi YassouSr, The error you're encountering is related to a self-signed certificate in the certificate chain when trying to access https://ui.shadcn.com during the shadcn-ui installation. This is a known issue that has been reported by other users as well when trying to install shadcn-ui components. You've already tried setting Here are a few solutions you can try:
Note: Setting NODE_TLS_REJECT_UNAUTHORIZED=0 disables SSL certificate verification, which should only be used temporarily for development purposes. It's not recommended for production environments as it can expose you to man-in-the-middle attacks. |
Beta Was this translation helpful? Give feedback.
-
I cannot install the package because of error shown below, although I have disabled the company proxy and used my 4G to download the package.
I have tried to change the configuration of pnpm like I have used to do with npm but the problem persists.
How to solve this problem ?.
Beta Was this translation helpful? Give feedback.
All reactions