Top "React-scripts" questions

Package containing various scripts for running applications created via create-react-app

Is it possible to disable TSLint in tslint.json?

I use react-scripts-ts to generate React App and it supplies TSLint. It seems like there's no option to tell react-scripts-ts …

tslint react-scripts
How to build a production version of React without minification?

Background I've been following more or less the official guide to setup a local dev environment with react and it …

node.js reactjs minify create-react-app react-scripts
How to configure react-script so that it doesn't override tsconfig.json on 'start'

I'm currently using create-react-app to bootstrap one of my projects. Basically, I'm trying to set up paths in tsconfig.json …

reactjs typescript create-react-app react-scripts
Could not get uid/gid when building Node/Docker

My Dockerfile is using alpine and globally installing react-scripts. When it tries to install it, it fails with "could not …

reactjs docker create-react-app react-scripts
Issue with babel-jest dependency when running npm start in a React app

All I am doing is running create-react-app and cd'ing into the app, then trying to run npm/yarn start. I …

reactjs macos npm yarnpkg react-scripts
React app stuck on "Starting the development server"

I have a react app created by create-react-app. After running npm start (the start script is present in package.json …

reactjs npm create-react-app react-scripts
Yarn Start Command failed with exit code 1

I create react app with create-react-app and install react-admin . when I want to start development server with yarn start throw …

node.js reactjs yarnpkg react-admin react-scripts
Tree shaking create-react-app?

I created my React app with create-react-app and now use TypeScript with create-react-app-typescript. Everything works ok, but the problem is …

reactjs webpack create-react-app rollupjs react-scripts
How to fix npm package braces issue with react-scripts v2.1.5 when npm audit does nothing?

My NPM package in my react client folder is giving me 63 low vulnerabilities all dealing with the braces package mainly …

npm jestjs braces react-scripts
React Typescript: Line 0: Parsing error: Cannot read property 'name' of undefined

Today suddenly I started to get build errors on a project built with Typescript. In a file that (or anything …

reactjs typescript create-react-app react-scripts react-typescript