Unable to resolve module `@babel/runtime/helpers/interopRequireDefault`
React & React Native 2018. 10. 6. 18:29
Mac OS 업데이트 후 react-native init 명령어로 프로젝트 생성후 디버깅을 하니 아래와 같은 에러가 나면서 시뮬레이터가 정상동작하지 않게되었다.
오류메세지에 나와있는데로 조치를 했는데도 정상동작하지 않아서 구글신에게 물어보던중 아래와 같은 해답을 발견하였다.
npm add @babel/runtime
매번 프로젝트 생성시 명령어를 수행해야되니 좀 번거롭기는 한듯 -ㅅ-
출처 :
https://stackoverflow.com/questions/52486219/unable-to-resolve-module-babel-runtime-helpers-interoprequiredefault
https://stackoverflow.com/questions/51684918/meteor-error-cannot-find-module-babel-runtime-helpers-builtin-interoprequired
'React & React Native ' 카테고리의 다른 글
Unable to resolve module `./../../react-transform-hmr/lib/index.js` (0) | 2018.10.10 |
---|---|
리액트 네이티브 안드로이드 개발환경 설정 (0) | 2018.10.06 |
ES6 - 화살표 함수 (0) | 2018.10.02 |
Application Styles has not been registered (0) | 2018.10.01 |
No bundle URL present (0) | 2018.09.21 |