Closed mahdiG closed 7 years ago
thanks for the report @mahdiG! can you run sysctl fs.inotify.max_user_watches
in your terminal and let me know what the output is?
I pushed a new minor release, if you run create-react-native-app SomeAppName
again, you shouldn't see this error. still curious about the result of the above, though.
fs.inotify.max_user_watches = 65536
And thanks, it's working now 👍
But it shows a warning about not being able to run sysctl fs.inotify.max_user_watches
and that's because sysctl should be run as root.
Description
I installed CRNP using yarn global and then created a project. Then I tried to run the project using yarn start
Expected Behavior
yarn start should've started the project
Observed Behavior
yarn start gave an error
If there's an error message, please paste the full terminal output and error message in this code block:
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
: react-native-scripts@1.3.0npm ls react-native
: react-native@0.47.2npm ls expo
: expo@20.1.2 UNMET PEER DEPENDENCY react@>=15.3.1node -v
: v6.11.2npm -v
: 3.10.10yarn --version
: 0.27.5watchman version
:Also specify: