Réagir natif 0,56
J'ai déjà installé react-native-cli globally
et lorsque j'essaie de créer un nouveau projet à l'aide de react-native init myapp
, je reçois une erreur.
C'est l'erreur que je fais face.
env: - Windows 10, version de noeud v10.1.0, version 6.1.0 de npm, version native 0.56
Les projets précédents fonctionnent bien, mais ne peuvent en créer un nouveau.
Ceci est un bug sur la version native-react 0.56
Essayez react-native init [YourProject] --version [email protected]
pour lancer l'ancienne version
installez watchman dans Ubuntu, vous pouvez le faire, votre problème sera résolu en créant RN APP + <56:
$ cd ~
$ git clone https://github.com/facebook/watchman.git
$ cd watchman/
$ git checkout v4.7.0
$ Sudo apt-get install -y autoconf automake build-essential python-dev
$ ./autogen.sh
$ ./configure
$ make
$ Sudo make install
$ watchman --version
$ echo 999999 | Sudo tee -a /proc/sys/fs/inotify/max_user_watches && echo 999999 | Sudo tee -a /proc/sys/fs/inotify/max_queued_events && echo 999999 | Sudo tee -a /proc/sys/fs/inotify/max_user_instances && watchman shutdown-server