Replies: 1 comment
-
안녕하세요 @parkgun6 책의 어떤 부분을 진행하면서 나타난 문제인가요? 에러메시지를 보면, (node:22500) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 33) (node:22500) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 라는 부분이 있네요. 에러 메시지만 보고 정확하게 문제를 파악하기에는 어려움이 있습니다. 감사합니다. |
Beta Was this translation helpful? Give feedback.
-
› Opening on Android...
(node:22500) UnhandledPromiseRejectionWarning: Error: ������ ��θ� ã�� �� �����ϴ�.
at notFoundError (C:\Users\RACHEL\AppData\Roaming\npm\node_modules\expo-cli\node_modules\cross-spawn\lib\enoent.js:6:26)
at verifyENOENT (C:\Users\RACHEL\AppData\Roaming\npm\node_modules\expo-cli\node_modules\cross-spawn\lib\enoent.js:40:16)
at ChildProcess.cp.emit (C:\Users\RACHEL\AppData\Roaming\npm\node_modules\expo-cli\node_modules\cross-spawn\lib\enoent.js:27:25)
at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
(Use
node --trace-warnings ...
to show where the warning was created)(node:22500) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 33)(node:22500) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
환경은 windows10이고 expo프로젝트입니다.
어제까지만해도 정상적으로 작동하던 프로젝트가 갑자기 에러가납니다..
웹으로 빌드해서 화면 확인하는건 정상적으로 작동하지만, 안드로이드로 확인할때만 이런에러가 나네요
구글링을 통해서 36버전으로 바꿔보고 해도 정상작동하지 않습니다.
해결방법 알려주시면 감사하겠습니다
Beta Was this translation helpful? Give feedback.
All reactions