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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
PS F:\meai-home> curl https://ui.shadcn.com/registry/styles/index.json
StatusCode : 200
StatusDescription : OK
Content : [
{
"name": "default",
"label": "Default"
},
{
"name": "new-york",
"label": "New York"
}
]
RawContent : HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Age: 627046
Connection: keep-alive
Content-Disposition: inline; filename="index.json"
Strict-Transport-Security: max-age=63072000
X-Matched-Path: /...
Forms : {}
Headers : {[Access-Control-Allow-Origin, *], [Age, 627046], [Connection, keep-alive], [Content-Disposition, i
nline; filename="index.json"]...}
Images : {}
InputFields : {}
Links : {}
ParsedHtml : mshtml.HTMLDocumentClass
RawContentLength : 114
PS F:\meai-home> 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/Li/AppData/Local/npm-cache/_npx/125ee17d583c4e03/node_modules/node-fetch/src/index.js:108:11)
at ClientRequest.emit (node:events:518:28)
at TLSSocket.socketErrorListener (node:_http_client:495:9)
at TLSSocket.emit (node:events:518:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET',
erroredSysCall: 'read'
}
Failed to fetch styles from registry.
PS F:\meai-home>
Beta Was this translation helpful? Give feedback.
All reactions