Questions tagged [react-scripts]

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

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

501 questions
-1
votes
2 answers
-2
votes
1 answer

Developing a new React component in an existing project: how do I see it in the browser?

I have a moderately complex React application, made using create-react-app and thus using react-scripts to e.g. launch the development server. I want to develop a new React component: a moderately complex input control that will let the user enter…
interfect
  • 2,665
  • 1
  • 20
  • 35
-2
votes
1 answer

How To use External JS/Jquery in React Jsx component's

Hope You are doing great and in good health. I'm a beginner in React.js and doing my FYP project, I come to a problem where I'm not able to insert external JS or Jquery code inside the react, I have tried many npm and mentioned processes in…
-2
votes
1 answer

Add path to URL

I have the following scripts object in my package.json: "scripts": { "build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss", "watch-css": "npm run build-css && node-sass-chokidar --include-path…
yemerra
  • 1,352
  • 4
  • 19
  • 44
-2
votes
1 answer

Netlify build Error using create-react-app (CRA) website

Getting: Build script returned non-zero exit code: 1 I have deployed my react js website code through Netlify and getting a build log and error as follows: 10:37:15 AM: Build ready to start 10:37:16 AM: build-image version:…
abhinav pandey
  • 121
  • 1
  • 1
  • 5
-3
votes
0 answers

faccing the issue while updating labrires in react js

nth-check <2.0.1 Severity: high Inefficient Regular Expression Complexity in nth-check - github repo fix available via npm audit fix --force Will install react-scripts@2.1.3, which is a breaking…
1 2 3
33
34