Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable copy to clipboard in cra --info (facebook#5905)
* Disable copy to clipboard in cra --info Fixes an issue where npx create-react-app --info throws an exception on Windows. The exception was caused by envinfo's copy to clipboard functionality; envinfo is distributed pre-bundled, but the dependency it uses for copying to the clipboard makes use of a binary on Windows that can't be found once the bundle is made. Disabling copy to clipboard fixes the issue. Closes facebook#5757. * Explicitly set clipboard to false
- Loading branch information