방금 node.js 및 cli를 설치했습니다.
- 설치된 node.js
react-native-cli 설치
npm -g react-native-cli
그리고 '새 프로젝트'를 만들었습니다.
react-native init new_project
그리고 그 'new_project'디렉토리 안에서 메트로 번 들러가 잘 작동하는지보기에 지쳤습니다.
react-native start
그러나 명령은 다음과 같은 오류를 주었고 메트로가 시작되지 않습니다. 이 오류를 수정할 단서가 있습니까? (Windows 10 OS를 사용하고 있습니다.)
- 명령 :
C:\projects\new_proj>react-native start
오류 잘못된 정규식 : /(.\fixtures.|node_modules[]react[]dist[].|website\node_modules.|heapCapture\bundle.js|.\tests.)$/ : 종결되지 않은 문자 클래스입니다. 자세한 내용은 --verbose 플래그로 CLI를 실행하십시오. 구문 오류 : 잘못된 정규식 : /(.\fixtures.|node_modules[]react[]dist[].|website\node_modules.|heapCapture\bundle.js|.\tests.) $ / : 새 RegExp에서 종결되지 않은 문자 클래스 ( ) 블랙리스트 (D : \ projects \ new_proj \ node_modules \ metro-config \ src \ defaults \ blacklist.js : 34 : 10) at getBlacklistRE (D : \ projects \ new_proj \ node_modules \ react-native \ node_modules @ react-native -community \ cli \ build \ tools \ loadMetroConfig.js : 69 : 59) at getDefaultConfig (D : \ projects \ new_proj \ node_modules \ react-native \ node_modules @ react-native-community \ cli \ build \ tools \ loadMetroConfig.js) : 85 : 20) 부하시 (D :
- 명령 :
Run CLI with --verbose flag for more details.
아마도 백 슬래시에서 벗어나는 것을 잊었을 것입니다. stackoverflow.com/questions/14639339/…를 참조하십시오 . 자세한 내용없이 말할 수 없습니다.