You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System:
OS: macOS 10.14.6
CPU: (8) x64 Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Memory: 511.29 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.13.0 - ~/.nvm/versions/node/v10.13.0/bin/node
Yarn: 1.12.3 - ~/.yarn/bin/yarn
npm: 6.9.0 - ~/.nvm/versions/node/v10.13.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.4, macOS 10.14, tvOS 12.4, watchOS 5.3
Android SDK:
API Levels: 23, 25, 26, 27, 28
Build Tools: 23.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.0, 27.0.3, 28.0.2, 28.0.3
System Images: android-23 | Intel x86 Atom_64, android-23 | Google APIs Intel x86 Atom_64, android-25 | Google APIs Intel x86 Atom_64, android-25 | Google Play Intel x86 Atom, android-26 | Google APIs Intel x86 Atom_64, android-27 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
Android NDK: 17.1.4828580
IDEs:
Android Studio: 3.2 AI-181.5540.7.32.5056338
Xcode: 10.3/10G8 - /usr/bin/xcodebuild
npmGlobalPackages:
eslint-plugin-react-native-a11y: 1.2.0
eslint-plugin-react-native: 3.6.0
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
react-native: 0.60.5
Description
react-native --version simply prints nothing. I expected it to print the version of the CLI, as stated in react-native --help.
Reproducible Demo
In a RN v0.60.5 project:
node_modules/.bin/react-native --version
The output is only warnings of the type "The following packages use deprecated "rnpm" config that will stop working from next release". No version number.
Using npx
npx react-native --version
No output at all!
The text was updated successfully, but these errors were encountered:
Environment
Description
react-native --version
simply prints nothing. I expected it to print the version of the CLI, as stated inreact-native --help
.Reproducible Demo
The output is only warnings of the type "The following packages use deprecated "rnpm" config that will stop working from next release". No version number.
No output at all!
The text was updated successfully, but these errors were encountered: