Need help fixing a install.bat it causes this error and says
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\tjmye\Desktop/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\tjmye\Desktop\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:
npm ERR! C:\Users\tjmye\AppData\Local\npm-cache_logs\2022-02-09T19_41_59_045Z-debug-0.log
C:\Users\tjmye\Desktop>
Related
It didn't work on my console tried to correct the path still doesn't please help.
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\windows\system32/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\windows\system32\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:
npm ERR! C:\Users\wengel tesema\AppData\Local\npm-cache\_logs\2022-11-17T10_52_27_588Z-debug-0.log
when I try npm install in my project folder it shows an error like this
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\manoj\projects\keeper-3/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\manoj\projects\keeper-3\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:
npm ERR! C:\Users\vijay\AppData\Local\npm-cache\_logs\2022-03-01T18_05_41_278Z-debug-0.log
It was a long one I've linked the log here
its working i just forgot to install package.json
all i am traying to do is to run a react js or a react server but each time this error shows up
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\M.Tech/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\M.Tech\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:
npm ERR! C:\Users\M.Tech\AppData\Local\npm-cache\_logs\2021-09-27T01_45_02_836Z-debug.log
PS C:\Users\M.Tech\Desktop\admasell-buy>
[This is a error i got from powershell]
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\pawan gupta\Desktop\MY projects\Java script\react\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\pawan gupta\Desktop\MY projects\Java script\react\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:
npm ERR! C:\Users\pawan gupta\AppData\Roaming\npm-cache_logs\2021-07-30T13_27_23_480Z-debug.log
This is first time trying to use React Native using expo and this message appeared
PS C:\users\lhlin> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\users\lhlin\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\users\lhlin\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:
npm ERR! C:\Users\lhlin\AppData\Roaming\npm-cache\_logs\2021-06-19T06_10_39_141Z-debug.log
I don't Know what is Wrong. Pls Help.