-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown command 'start' #2557
Comments
Same issue here. Would you know where the start command is for a bare react native project after upgrade to RN 0.76.3? |
The |
I got it working after @liamjones shared about this dependency. I went to check and did some debug. After |
Hi @ribamarsantos & @liamjones , I tried your solution but still not working out for me. It actually doesn't recognize any commands including Although, after deleting the Also when I try any command, I don't know why it first outputs |
Environment
Description
I am trying to make a bare react native project (without expo) and when I try to run my app with the command npm start or npx react-native run-android I get the error: unknown command 'start' or unknown command 'run-android'.
These are the things I have tried:
node_modules
folder and re-installingpunycode
depreciation so I tried to mitigate thatmodule
type from thecommonjs
typeReproducible Demo
You can just create a bare react native project but I think maybe its an issue with my environment or setting so you can download this repository:
https://github.com/virajdoshi11/Investigo
The text was updated successfully, but these errors were encountered: