question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue having while creating react project

See original GitHub issue

Hello Team, Creating react app taking too long time after that also I am not able to get success response.After having these many steps programme not working.Please guys help me.I have installed node+npm latest . which are in my C drive programme files directory. After these many step nothing is working and I am able to see only node_modules , package.json and packagelock.json file only inside my project folder.

Steps - npm install -g create-react-app create-react-app <appname>

C:\Users\ACER\Desktop\second-react\batman.

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template…

core-js@2.6.11 postinstall C:\Users\ACER\Desktop\second-react\batman\node_modues\babel-runtime\node_modules\core-js node -e “try{require(‘./postinstall’)}catch(e){}”

core-js@3.6.5 postinstall C:\Users\ACER\Desktop\second-react\batman\node_modules\core-js node -e “try{require(‘./postinstall’)}catch(e){}”

core-js-pure@3.6.5 postinstall C:\Users\ACER\Desktop\second-react\batman\node_modules\core-js-pure node -e “try{require(‘./postinstall’)}catch(e){}”

  • react-scripts@3.4.3
  • cra-template@1.0.3
  • react@16.13.1
  • react-dom@16.13.1 added 1598 packages from 745 contributors and audited 1602 packages in 552.931s

69 packages are looking for funding run npm fund for details

found 0 vulnerabilities

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:12

github_iconTop GitHub Comments

1reaction
adrianmcg85commented, Sep 20, 2020

I reinstalled node32bit. I have succeeded copying another package.json with dependancies: "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "axios": "^0.19.2", "bootstrap": "^4.5.0", "cors": "2.8.5", "express": "^4.17.1", "mysql": "^2.18.1", "react": "^16.13.1", "react-bootstrap": "^1.0.1", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1" It installed correctly.

Did it worked for you correctly @adrianmcg85

This works as a react install used to before the babel parser issue.

0reactions
suprit-kumarcommented, Sep 24, 2020

I reinstalled node32bit. I have succeeded copying another package.json with dependancies: "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "axios": "^0.19.2", "bootstrap": "^4.5.0", "cors": "2.8.5", "express": "^4.17.1", "mysql": "^2.18.1", "react": "^16.13.1", "react-bootstrap": "^1.0.1", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1" It installed correctly.

Did it worked for you correctly @adrianmcg85

This works as a react install used to before the babel parser issue.

So even though you’re operating on 64bit you found that running node x32 enabled you to npx create-react-app with no issues @adrianmcg85 ?

Yeah , That’s true @GalacticaStar

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create React App not working - Stack Overflow
Restart your machine(computer) · Deactivate your anti-virus. I chose the "permanently" option · Open the terminal and run the "create-react-app" ...
Read more >
The problem with adopting create-react-app for production
For production apps that will grow, I will not recommend going the create-react-app route. Start with a basic build environment with webpack. Add...
Read more >
What To Do if create-react-app Doesn't Work
Another rather simple remedy for the create-react-app blues. You can try simply reinstalling the latest version of npm. To check what version of ......
Read more >
npx create-react-app is not working · Issue #10132 - GitHub
I am able to solve the problem by first trying to uninstall the npm globally, update the npm, clear the cache then using...
Read more >
Create a New React App
Create React App is a comfortable environment for learning React, and is the best way to start building a new single-page application in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found