LoginSignup
0
0

More than 5 years have passed since last update.

react native ios sumilator がいきなり起動しなくなった

Posted at

react native でアプリを作成途中 axiosが必要になり、installしました。
それからもう一度run-iosしてみると

Looks like you installed react-native globally, maybe you meant react-native-cli?
To fix the issue, run:
npm uninstall -g react-native
npm install -g react-native-cli

とエラーがでて

なぜか立ち上がらず。。。。。。。。

結局uninstallしてrun-iosすると立ち上がりました。

これからはfetchで我慢します。。。。。。。。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0