i download react wearable from https://github.com/yldio/react-native-wearables-demo#using-android-studios-adb
npm install(no error)
npm start --reset cache than error - Invalid regular expression: /(.\fixtures\.|node_modules[\]react[\]dist[\].|website\node_modules\.|heapCapture\bundle.js|.\tests\.)$/: Unterminated character class
CodePudding user response:
Use npx and try
npx react-native start --reset-cache