create-react-native-app (1) 썸네일형 리스트형 [ubuntu][react-native] create-react-native-app 으로 react-native 프로젝트 생성하기 npm5 이슈가 있습니다. 다운그레이드 하시거나 여전히 버그가 있지만 yarn 을 사용해보세요~! 이슈 : https://goo.gl/4DeMZ5 참조 : https://goo.gl/jhVGuP 현재 버전 npm 5.5.1 에서도 해결 되지 않은 거 같습니다. 1. npm4 로 다운 그레이드 후 진행하는 방법 > sudo npm install -g npm@4 다운그레이드 후 create-react-native-app {{프로젝트}} 정상 생성되었습니다. > cd {{프로젝트}}> npm start 2. yarn 설치 후 진행하는 방법 > sudo npm install -g yarn> sudo npm start 이후 진행은 동일합니다, Unable to start server!! error!! > sudo.. 이전 1 다음