Skip to main content

All Questions

Tagged with
2 votes
0 answers
45 views

npx hanging during initialization of react, expo, and next app

I am currently experiencing an issue where the following commands (and potentially more) hang indefinitely when trying to initialize a project: npx create-react-app npx create-expo-app npx create-...
James's user avatar
  • 21
0 votes
1 answer
33 views

I am not able to create my first react app. Can anyone help me?

PS C:\Users\rkmgr\OneDrive\Desktop\react course> npx create-react-app my-app npm error code ENOENT npm error syscall lstat npm error path C:\Users\rkmgr\OneDrive\Desktop\react course\%APPDATA%\npm ...
Riya Kumari's user avatar
0 votes
0 answers
11 views

How to solve this as in cmd its working but on vs code terminal its not working

C:\react>npx create-react-app GGPTL npm error code ENOENT npm error syscall spawn C:\Program Files\nodejs npm error path C:\react npm error errno -4058 npm error enoent spawn C:\Program Files\...
Rohan Kumar Tiwary's user avatar
0 votes
1 answer
30 views

React can't resolve bootstrap [closed]

While following a tutorial, I began the frontend of this React project by running the following command: npx create-react-app frontend The instructor of this tutorial specified that he was using ...
John Beasley's user avatar
  • 2,853
0 votes
0 answers
47 views

React npx create-react-app hangs and fails/aborts

I am trying to install a MERN stack to learn the stack. I have a VPS running Ubuntu 22.04 where I have installed node v20.12.2 and npm 10.5.0. When I run npx create-react-app myapp, here is the output:...
Alex's user avatar
  • 387
0 votes
2 answers
72 views

Clicking on image should route to component

Background I am having an issue implementing react routes Hello all. Pardon me but it's my first time here and I already made a post about this on Codecademy. I am gonna go ahead and copy and paste my ...
Emandudeguy's user avatar
0 votes
1 answer
71 views

I am unable to create a react project for some reason

When I run npx create-react-app my-app, I get: npm ERR! code ENOENT npm ERR! syscall spawn npm npm ERR! path D:\ReactDemo npm ERR! errno -4058 npm ERR! enoent spawn npm ENOENT npm ERR! enoent This is ...
Kaushal Nayee's user avatar
0 votes
1 answer
241 views

Unable to create React app using npx create-react-app@ my-app

I am getting the following error. I updated Node and npm. I turned off Proxy Setup. I attempted to create an app with Vite and Parcel, but both are not working. Creating a new React app in D:\MERS\...
Manu H N's user avatar
0 votes
0 answers
45 views

React Project not setting up

while creating react project I got below error. Command: npx create-react-app demo --use-npm Error: npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY npm ...
akash's user avatar
  • 7
0 votes
1 answer
76 views

create-react-app creates app with vulnerabilities, audit fix adds more

I'm trying to create a new react app, I've used npx create-react-app my-app to create it, and right from start it tells me that it has vulnerabilities, I run npm audit fix --force and it just adds ...
buga's user avatar
  • 1,056
0 votes
0 answers
298 views

Create-react-app installed but npm WARN deprecated

I'm just a beginner to react and when i try npx create-react-app my-app and then npm install, it gives me a this message added 1481 packages, and audited 1487 packages in 4m 253 packages are looking ...
C9_HP's user avatar
  • 59
0 votes
0 answers
45 views

Terminal is unresponsive after running npm create vite

After running npm create vite the terminal is unresponsive, here is the screenshot: Also when choosing React/javaScript I don't see the arrows. What can be the problem? I want to see the command ...
Noa Yaakov's user avatar
0 votes
1 answer
127 views

I get error in installing the npx create- react- app I have also tried the npm globally but both not working

I am installing the React app through npx create-react-app my-app but getting error which are as follow: PS C:\Users\NAEEM UR REHMAN\Desktop\react_app> npx create-react-app my-app npm ERR! code ...
Naeem Ur Rehman's user avatar
0 votes
0 answers
73 views

How to change the path of config-overrides from root directory while using react-app-rewired?

so I am using react-app-rewired to change the webpack.config, but I want to keep my config-override directory inside ./scripts/. but I don't know how to do that. This how I am run the command: const ...
Tarun Meena's user avatar
0 votes
0 answers
26 views

i can't create react app and npm doesn't function correctly

when i type node -v in my cmd i get the node version normally but when i type npm -v i get this 'CALL "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\\node_modules\npm\bin\...
Adel-Aopatos's user avatar

15 30 50 per page
1
2 3 4 5
44