cli icon indicating copy to clipboard operation
cli copied to clipboard

React Native command line tools

Results 277 cli issues
Sort by recently updated
recently updated
newest added

Inspired by https://github.com/eslint/eslint/pull/18982 This API is built-in since node 16.11. react-native-cli already requires node 18 as of last year.

Summary: --------- fixes: #2519 Official npm registry url is hardcoded, the "cli" can't run successfully in a closed environment. Following error is displayed when running `npx @react-native-community/cli@latest init AwesomeProject --verbose`....

bugfix

Summary: --------- it appears targetBuildDir var now has `-maccatalyst` in it before it gets to this method, so no need to add it again This was tweaked in #2312 but...

Summary: --------- Fixes https://github.com/react-native-community/cli/issues/2279 Fixes https://github.com/react-native-community/cli/issues/2449 Some paths to current working directory contains characters that are invalid for header inside the request specifically on Windows - by wrapping path inside...

bugfix

Summary: --------- Context: https://github.com/react-native-community/cli/pull/365#issuecomment-2298684999. Test Plan: ---------- 1. Clone the repository and do all the required steps from the [Contributing guide](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md) 2. Run this command: ```sh node /path/to/react-native-cli/packages/cli/build/bin.js init asdf...

feature

Summary: --------- - Separated PackageManager into another package Related https://github.com/rise-tools/rise-tools/issues/161 Test Plan: ---------- Checklist ---------- - [x] Documentation is up to date to reflect these changes. - [x] Follows commit...

docs
feature

Summary: --------- Closes https://github.com/react-native-community/cli/issues/2167 Add support for ESM inside `react-native.config` file. Test Plan: ---------- 1. Clone the repository and do all the required steps from the [Contributing guide](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md) 2. Create...

feature

## Environment react-native info output ``` System: OS: macOS 14.2.1 CPU: (10) arm64 Apple M1 Max Memory: 941.36 MB / 64.00 GB Shell: version: 3.6.0 path: /opt/homebrew/bin/fish Binaries: Node: version:...

bug report

### Discussed in https://github.com/react-native-community/cli/discussions/2526 Originally posted by **DEveL0perLuckY** October 14, 2024 ### Problem Description I am facing issues while creating a fresh React Native project. The error occurs during the...