I just installed node.js & cli
- installed node.js
installed react-native-cli
npm -g react-native-cli
And created a 'new project'.
react-native init new_project
and inside that 'new_project' directory, I tired to see if metro bundler works well.
react-native start
But the command gave me following error and metro is not starting. Any clue for fixing this error? (I'm using windows 10 OS.)
- command :
C:projects ew_proj>react-native start
error Invalid regular expression: /(.fixtures.|node_modules[]react[]dist[].|website ode_modules.|heapCaptureundle.js|.ests.)$/: Unterminated character class. Run CLI with --verbose flag for more details. SyntaxError: Invalid regular expression: /(.fixtures.|node_modules[]react[]dist[].|website ode_modules.|heapCaptureundle.js|.ests.)$/: Unterminated character class at new RegExp () at blacklist (D:projects ew_proj ode_modulesmetro-configsrcdefaultslacklist.js:34:10) at getBlacklistRE (D:projects ew_proj ode_modules eact-native ode_modules@react-native-communitycliuildoolsloadMetroConfig.js:69:59) at getDefaultConfig (D:projects ew_proj ode_modules eact-native ode_modules@react-native-communitycliuildoolsloadMetroConfig.js:85:20) at load (D:projects ew_proj ode_modules eact-native ode_modules@react-native-communitycliuildoolsloadMetroConfig.js:121:25) at Object.runServer [as func] (D:projects ew_proj ode_modules eact-native ode_modules@react-native-communitycliuildcommandsserver unServer.js:82:58) at Command.handleAction (D:projects ew_proj ode_modules eact-native ode_modules@react-native-communitycliuildcliEntry.js:160:21) at Command.listener (D:projects ew_proj ode_modulescommanderindex.js:315:8) at Command.emit (events.js:210:5) at Command.parseArgs (D:projects ew_proj ode_modulescommanderindex.js:651:12)
- command :