expo-community / expo-firebase-starter

🔥⚛️📱 Expo + Firebase Starter Kit
MIT License
491 stars 124 forks source link

Error - Missing package "metro/src/lib/attachWebsocketServer" #73

Closed Blake254 closed 2 years ago

Blake254 commented 2 years ago

No files were modified from template, this issue occurs when running 'expo start'.

Starting project at /Users/xxx/Projects_A/FireBaseTemplate Developer tools running on http://localhost:19002 Opening developer tools in the browser... Starting Metro Bundler Missing package "metro/src/lib/attachWebsocketServer" in the project at: /Users/xxx/Projects_A/FireBaseTemplate This usually means react-native is not installed. Please verify that dependencies in package.json include "react-native" and run yarn or npm install.

amandeepmittal commented 2 years ago

Hey @Blake254, sad you got this error. Can you please confirm that you are using the latest version of Expo CLI?

Blake254 commented 2 years ago

Hey @Blake254, sad you got this error. Can you please confirm that you are using the latest version of Expo CLI?

This was the issue, thank you!

amandeepmittal commented 2 years ago

Awesome! Glad you were able to resolve it.