changing path of "npm start" script

Viewed 17
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
0 Answers
Related