create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
There is a dependent library nth-check in react-scripts which is vulnerable to CVE-2021-3803. The mend scan is reporting this vulnerability for our project. -- **[email protected]** +-- @svgr/[email protected] | `-- @svgr/[email protected]...
It shows me this error. npm ERR! code ERR_SOCKET_TIMEOUT npm ERR! errno ERR_SOCKET_TIMEOUT npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/@eslint%2feslintrc: Socket timeout npm ERR! network This...
I have a css file that is imported in my react app, it is something like: styles.css `.flag { ... background-image: url("/img/flags.png") !important; }` It is imported in my react...
This PR fixes issues #12304 and #11762 – “`react-scripts start` fails when both `HOST` and `proxy` are defined”. ### Steps to verify the issue - Add a `proxy` in `package.json`...
I want to create a redux template while creating the next js app but when I try to set up a redux template with next js like this **npx create-next-app...
React version: 17.0.2 ## Steps To Reproduce 1. Create folder with '#' in name ie: mkdir myfolder/#trash/ 2. Create react app in folder: npx create-react-app myApp 3. Start app: npm...
react-dev-utils is using shell-quote 1.7.2 which has a vulnerability that has been fixed in 1.7.3
### Describe the bug Unfortunately, [Swiper 7](https://swiperjs.com/react) (as ESM package) and react-create-app do not seem to work together. When I install Swiper 7 as node-module and import it, I get...
### Is your proposal related to a problem? when we run **npx create-react-app app-name** need an option to specify react component created should a functional component or a class component....
### The commands `npx create-react-app` and `npm init react-app` behave differently. Using `npx create-react-app my-app --template typescript` **correctly** creates a React app with the typescript template. ``` $ npx create-react-app...