이 글의 성격은 무엇인가요?
질문 / 문제 해결
내용을 설명해주세요
초기 개발 세팅을 천천히 따라가고 있었는데 npm run dev 이후 이런 로그가 나오면서 Welcome granite가 나타나지 않습니다
% npm run dev
dev
granite dev
██████╗ ██████╗ █████╗ ███╗ ██╗██╗████████╗███████╗
██╔════╝ ██╔══██╗██╔══██╗████╗ ██║██║╚══██╔══╝██╔════╝
██║ ███╗██████╔╝███████║██╔██╗ ██║██║ ██║ █████╗
██║ ██║██╔══██╗██╔══██║██║╚██╗██║██║ ██║ ██╔══╝
╚██████╔╝██║ ██║██║ ██║██║ ╚████║██║ ██║ ███████╗
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚══════╝
Welcome to Granite
Development server is running at http://0.0.0.0:8081
Key commands available:
r - reload app(s)
d - open Dev Menu
j - open DevTools
BUNDLE ./index.ts
ERROR [runtime not ready]: ReferenceError: Property ‘DOMException’ doesn’t exist
LOG Running “shared” with {“rootTag”:11,“initialProps”:{“initialColorPreference”:“light”,“initialFontSize”:“Large”,“isVisible”:true,“networkStatus”:“WIFI”,“schemeUri”:“intoss://push-clicker”,“loadingStartTs”:1777128016066},“fabric”:true}
ERROR [runtime not ready]: Invariant Violation: “shared” has not been registered. This can happen if:
- Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
- A module failed to load due to an error and
AppRegistry.registerComponentwasn’t called.