「react-native start」のエラーを解決する方法
node.jsとcliをインストールしました インストールされたnode.js インストールされたreact-native-cli npm -g react-native-cli そして、「新しいプロジェクト」を作成しました。 react-native init new_project そして、その「new_project」ディレクトリ内で、metro bundlerがうまく機能するかどうかを確認するのに疲れました。 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を実行してください。SyntaxError:無効な正規表現:/(.\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 …