Skip to content

GitHub bug template assumes globally installed react-native package #2031

@liamjones

Description

@liamjones

Description

The environment section of the bug template says:

Run react-native info in your terminal and paste its contents here.

However, having a globally installed react-native package is not recommended anymore so this, generally, shouldn't work.

I would have just raised a PR suggesting a change like:

Run npx react-native@latest info in your terminal and paste its contents here.

But, due to the CLI version compatibility matrix, I wasn't sure if that was safe. It might need something like:

Run npm run react-native info (or whatever equivalent command is appropriate for your package manager) in your terminal and paste its contents here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions