Matt Smith
Matt Smith
Sounds good to me. 👍🏼
I'm encountering the exact same thing running `npx shadcn-ui@latest init`: ``` FetchError: request to https://ui.shadcn.com/registry/styles/index.json failed, reason: read ECONNRESET at ClientRequest. (file:///C:/Users/c8m9s/AppData/Local/npm-cache/_npx/2c1ae577c581653c/node_modules/node-fetch/src/index.js:108:11) at ClientRequest.emit (node:events:519:28) at TLSSocket.socketErrorListener (node:_http_client:492:9) at TLSSocket.emit...
I was able to get past that issue by adding a `.env.local` file to the project with the following value: ``` NODE_TLS_REJECT_UNAUTHORIZED = "0" ``` Not sure how much further...
Looks like that only got me a few videos further before the issue came up again with future fetch requests.
I suspect what's happening here is the page is rendering before the engine finishes. Refreshing the page gives the rendered page without error.