react-native
react-native copied to clipboard
error Cannot start server in new window because no terminal app was specified.
Description
Steps to reproduce
dont run app
React Native Version
0.73.1
Affected Platforms
Runtime - Android
Output of npx react-native info
error Cannot start server in new window because no terminal app was specified.
Stacktrace or Logs
error Cannot start server in new window because no terminal app was specified.
Reproducer
error Cannot start server in new window because no terminal app was specified.
Screenshots and Videos
error Cannot start server in new window because no terminal app was specified.
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
Potential fix https://github.com/react-native-community/cli/pull/2236
@MUSHTHAK2899 - The fix got merged. But until a new release comes out - you can work around by using
npx react-native start
and then press a
to start android build
Having the same issue here
This should be fixed by 0.73.2, can verify so we can close this one?
This is still happening in 0.73.2
I don't see any new cli
release.
I got the same error and this code solved my problem.
_npx react-native run-android --terminal powershell_
It turns out this will be fixed in 0.73.3
Unfortunately 0.73.3 didn't fix this issue
Correct. This will be fixed in 0.73.4. Apologise for the delay
@cortinico Just upgraded to 0.73.4 and still have this issue showing up
@cortinico Just upgraded to 0.73.4 and still have this issue showing up
Then please open an issue on https://github.com/react-native-community/cli/issues
I created a new project yesterday using react-native 0.73.4 and it did work fine.
@dylanFdvhuset - you might need to delete your node_modules
and package-lock.json and run npm install
again.
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
This issue was closed because the author hasn't provided the requested feedback after 7 days.
This issue was closed because it has been stalled for 7 days with no activity.