Node.js ve cli'yi yeni yükledim
- kurulu node.js
kurulu react-native-cli
npm -g react-native-cli
Ve bir 'yeni proje' yarattı.
react-native init new_project
ve bu 'new_project' dizininin içinde, metro paketleyicisinin iyi çalışıp çalışmadığını görmekten yoruldum.
react-native start
Ancak komut bana aşağıdaki hatayı verdi ve metro başlamıyor. Bu hatayı düzeltmek için herhangi bir ipucu var mı? (Windows 10 OS kullanıyorum.)
- komut:
C:\projects\new_proj>react-native start
hata Geçersiz normal ifade: /(.\fixtures.|node_modules[]react[]dist[].|website\node_modules.|heapCapture\bundle.js|.\tests.)$/: Sonlandırılmamış karakter sınıfı. Daha fazla ayrıntı için CLI'yi --verbose bayrağıyla çalıştırın. SyntaxError: Geçersiz normal ifade: /(.\fixtures.|node_modules[]react[]dist[].|website\node_modules.|heapCapture\bundle.js|.\tests.)$/: Yeni RegExp'de sonlandırılmamış karakter sınıfı ( ) kara listede (D: \ projects \ new_proj \ node_modules \ metro-config \ src \ defaults \ blacklist.js: 34: 10) getBlacklistRE'de (D: \ projects \ new_proj \ node_modules \ react-native \ node_modules @ react-native -community \ cli \ build \ tools \ loadMetroConfig.js: 69: 59) getDefaultConfig'de (D: \ projects \ new_proj \ node_modules \ react-native \ node_modules @ react-native-community \ cli \ build \ tools \ loadMetroConfig.js) : 85: 20) yükte (D:
- komut:
Run CLI with --verbose flag for more details.
Belki de ters eğik çizgiden kaçmayı unuttunuz. Bkz stackoverflow.com/questions/14639339/... . Daha fazla ayrıntı olmadan söyleyemem.