Don't try to install it manually: your package manager does it automatically. However, a different version of webpack was detected higher up in the tree: C:\Users\x\node_modules\webpack (version: 4.43.0) code example
Example 1: There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally.
"react-scripts": "<whatever-is-currently-here>",
"react-scripts": "1.1.4",
Example 2: If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project. That will permanently disable this message but you might encounter other issues.
yarn add --dev dotenv
SKIP_PREFLIGHT_CHECK=true