Node Modules are not getting installed

Hi All, When I am trying to create a React app the dependencies are not getting installed and also it showing few errors as below. It is happening when I use npm install command so does anyone have a solution for this?

npm ERR! code ENOENT

npm ERR! syscall open

npm ERR! path C:\Users\11_FrontEnd\10_React\01_React_app/package.json

npm ERR! errno -4058

npm ERR! enoent ENOENT: no such file or directory, open ‘C:\Users\11_FrontEnd\10_React\01_React_app\package.json’

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: C:\Users\AppData\Local\npm-cache_logs\2024-12-25T07_07_00_398Z-debug-0.log

npm is looking for the package.json file in the specified path but cannot find it.