0
PS C:\Users\TITAS\Desktop\Present Connection\ReactASPNET-master> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\TITAS\Desktop\Present Connection\ReactASPNET-master/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\TITAS\Desktop\Present Connection\ReactASPNET-master\package.json'   
npm ERR! enoent This is related to npm not being able to find a file.

Is it possible to change the path in the above? It should be:

path C:\Users\TITAS\Desktop\Present Connection\ReactASPNET-master/react-ui-crud/package.json
Adriaan
  • 17,741
  • 7
  • 42
  • 75
N0Name
  • 1
  • 3
  • Not sure I understand the problem. If you want to use `package.json` in `C:\Users\TITAS\Desktop\Present Connection\ReactASPNET-master/react-ui-crud/package.json` do `cd C:\Users\TITAS\Desktop\Present Connection\ReactASPNET-master/react-ui-crud` before running `npm start` – apokryfos Sep 09 '22 at 10:24
  • @apokryfos it seems like it works. thanks :) – N0Name Sep 09 '22 at 10:31
  • check this : [https://stackoverflow.com/questions/17990647/npm-install-errors-with-error-enoent-chmod](https://stackoverflow.com/questions/17990647/npm-install-errors-with-error-enoent-chmod) – Khaled Developer Sep 09 '22 at 11:00

0 Answers0