create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
### Describe the bug Cannot build the application on the latest version (5.0.0) ### Did you try recovering your dependencies? Yes. ### Which terms did you search for in User...
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... npm ERR! code 1 npm ERR! path D:\myProject\minApps\test01\my-app\node_modules\coa npm ERR! command failed npm ERR!...
Below the comment it is written serviceWorker.unregister() and serviceWorker.register() instead of serviceWorkerRegistration.unregister() and serviceWorkerRegistration.register()
I have installed a package from my private registry and imported my code in react. It is installed correctly because i can see the right folder in node_modules and the...
### Is this a bug report? Yes ### Did you try recovering your dependencies? Yes ### Which terms did you search for in User Guide? SVG, ReactComponent, dynamic import ###...

As I understand, right now CRA only supports a handful of Jest configuration overrides, either by adding them to package.json or adding a jest.config.js to your project. First question would...
### Describe the bug Upgrade react-scripts to have the @@svgr/webpack@6.* as the dependency. As the current @svgr/[email protected] has following vulnerable versions as dependency. nth-check - https://security.snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 css-what - https://security.snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 Below...
### Describe the bug When I was running "npx create-react-app my-app" I'm facing this error and it's asking me to report it as a bug . The react app is...
TS compiler says module not found when I added the app path alias in tsconfig file.  it works whenever there is no app folder in the paths. ```json {...