Linked Questions

375 votes
13 answers
214k views

How do I fix the xcrun unable to find simctl error?

I have Xcode 6.2 Beta. Attempting xcrun simctl in terminal yields xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
alexander.sivak's user avatar
265 votes
15 answers
552k views

Setting PATH environment variable in OSX permanently

I have read several answers on how to set environment variables on OSX permanently. First, I tried this, How to permanently set $PATH on Linux/Unix but I had an error message saying no such file and ...
patti_jane's user avatar
  • 3,693
104 votes
40 answers
135k views

React native: Android project not found. Maybe run react-native android first?

I had an issue in my React-Native project which was working fine earlier but suddenly it stopped working. Whenever I used the command: react-native run-android I was getting an error: Android ...
udai's user avatar
  • 3,791
15 votes
14 answers
85k views

"exp: command not found" How do I add expo cli to path?

I installed the expo cli with npm i -g exp then I run exp and I get -bash: exp: command not found I'm guessing I didn't add exp to path. So how do I do this properly? Nothing I've tried so far ...
Bobby Zhang's user avatar
27 votes
8 answers
55k views

-bash: react-native: command not found

I have successfully installed brew, node 4.0+, watchman and flow, and I received the following when I do npm install -g react-native-cli: /Users/home/.node/bin/react-native -> /Users/home/.node/...
loungeonbench's user avatar
14 votes
4 answers
16k views

React native command not found

I am starting to install react native. I had successfully installed homebrew, nodejs , npm. but not able to install react native First I had tried npm install -g react-native-cli gives me write ...
Mahavir's user avatar
  • 781
7 votes
5 answers
16k views

react-native not found + mac os

I am trying to run basic react-native app in my macOS. I installed node through brew . My node version: v6.12.0 npm version :5.5.1 Then i installed reatc-native-cli using npm. Now when i try to ...
Subburaj's user avatar
  • 5,164
3 votes
2 answers
15k views

Error when installed react-native-cli command not found

Thanks for any help in advance , I am new to Mac in general so please forgive my question if its very straightforward, I installed native-react-cli and wanted to open/create a project . But I get the ...
Davet's user avatar
  • 334
2 votes
2 answers
6k views

React-native command not found ubuntu 16.04

I install the react-native I install the nodejs I set the paths When i do sudo react-native init AwesomeProject give me react-native: command not found
Franko Loshe's user avatar
4 votes
3 answers
7k views

zsh: command not found: react-native - MacOS

I am trying to start react-native but I get the following error zsh: command not found: react-native when I write react-native init firstApp . I tried the following guide: react-native: command not ...
Magofoco's user avatar
  • 5,358
2 votes
4 answers
5k views

React native - missing srcipt: ios

How to run react native app in iOS Stimulator? I'm using npm run ios but I'm getting this error missing srcipt: ios How to solve this?
Lester's user avatar
  • 731
1 vote
1 answer
2k views

How do I open react-native app in emulator?

I have a react-native app that I have just ejected from expo to a bare react-native app. I can run yarn react-native run-android without any errors and even opens my android emulator however, I can't ...
Stretch0's user avatar
  • 8,941
1 vote
2 answers
1k views

$react-native init AwesomeProject getting an error react-native command not found

I am very new to React native. Following the documentation, after putting the command $react-native init AwesomeProject I'm getting: react-native command not found
Amit_Chauhan's user avatar
0 votes
2 answers
854 views

I can't create a react-native project?

I installed react native cli and other packages, but can't create a react native project? -bash: react-native: command not found
Sureshkumar M's user avatar
0 votes
1 answer
747 views

-bash: react-native command not found

I'm trying to run a new react native project but I'm getting the same problem over and over: -bash: react-native: command not found. I tried to solve the problem trough other post like this: react-...
Chilledcow_'s user avatar

15 30 50 per page