Advertisement
Guest User

Untitled

a guest
Jul 9th, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. S C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07> cd client
  2. cd : Cannot find path 'C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise
  3. Files\CH4\04_07\client' because it does not exist.
  4. At line:1 char:1
  5. + cd client
  6. + ~~~~~~~~~
  7. + CategoryInfo : ObjectNotFound: (C:\Users\abc\...H4\04_07\client:String) [Set-Location], ItemNotFoundExcept
  8. ion
  9. + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
  10.  
  11. PS C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07> cd edn
  12. cd : Cannot find path 'C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise
  13. Files\CH4\04_07\edn' because it does not exist.
  14. At line:1 char:1
  15. + cd edn
  16. + ~~~~~~
  17. + CategoryInfo : ObjectNotFound: (C:\Users\abc\...s\CH4\04_07\edn:String) [Set-Location], ItemNotFoundExcept
  18. ion
  19. + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
  20.  
  21. PS C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07> cd end
  22. PS C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07\end> npm start
  23. npm ERR! code ENOENT
  24. npm ERR! syscall open
  25. npm ERR! path C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07\end/package.json
  26. npm ERR! errno -4058
  27. npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07\end\package.json'
  28. npm ERR! enoent This is related to npm not being able to find a file.
  29. npm ERR! enoent
  30.  
  31. npm ERR! A complete log of this run can be found in:
  32. npm ERR! C:\Users\abc\AppData\Local\npm-cache\_logs\2021-07-09T12_01_58_821Z-debug.log
  33. PS C:\Users\abc\react with Spring\Ex_Files_Building_Ful_Stack_Apps_React_Spring\Exercise Files\CH4\04_07\end>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement