create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

error installing react

Open kceeongithub opened this issue 3 years ago • 2 comments

npm ERR! code ENOENT npm ERR! syscall spawn C:\gradle\gradle-6.4.1\cmd.exe npm ERR! path C:\Users\User\Downloads\multiple-news\EMAIL-TEMPLATE 2 npm ERR! errno -4058 npm ERR! enoent spawn C:\gradle\gradle-6.4.1\cmd.exe ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\User\AppData\Local\npm-cache_logs\2022-10-05T12_27_40_797Z-debug-0.log

kceeongithub avatar Oct 05 '22 12:10 kceeongithub

use npm install create-react-app In order to create React application, you will need to have a Node that is >= 14.0. 0 and npm >= 5.6

Aarize29 avatar Oct 07 '22 17:10 Aarize29

Done, what next?

On Fri, Oct 7, 2022, 6:42 PM Aarize Siddique @.***> wrote:

use npm install create-react-app In order to create React application, you will need to have a Node that is

= 14.0. 0 and npm >= 5.6

— Reply to this email directly, view it on GitHub https://github.com/facebook/create-react-app/issues/12762#issuecomment-1271871141, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2SLSKZFUJFS2RNVGRLNC7TWCBOHZANCNFSM6AAAAAAQ5RIAWM . You are receiving this because you authored the thread.Message ID: @.***>

kceeongithub avatar Oct 08 '22 12:10 kceeongithub

step1: Make a new directory and in the terminal type: "npx create-react-app myapp" step 2: If you are still getting an error, uninstall node js from your system, reinstall it carefully, and again try step 1. Follow this as a step-by-step guide for nodejs installation.

AmanSingh137 avatar Oct 21 '22 04:10 AmanSingh137