create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
### Describe the bug While I trying to initiate and install node modules using "npx create-react-app" and auditing uisng "npm audit", it gives below issues: # npm audit report nth-check
Body: Hello, I am using the latest version of react-scripts with Create React App. After running npm audit, I still see several high and moderate security vulnerabilities in indirect dependencies,...
The React Script Build command is working successfully and shows ready to publish, but the commands are still running and don't exit. "react-scripts": "5.0.1"
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
I have created a new image because old image is broken and i correctly aligned it in code . The Old image - The new image -
`react-scripts` uses `webpack-dev-server` version 4.6.0 this contains a vulnerability [CVE-2025-30360](https://nvd.nist.gov/vuln/detail/CVE-2025-30360) This has been addressed in webpack-dev-server 5.2.1 and up. I suggest upgrading the dependency on webpack-dev-server to ^5.2.1 or preferably...
This PR fixes issue #9953. Injects import React from 'react' in .js files using JSX after ejecting, if using React 17 and the import is missing.