Baixei os arquivos necessários do insomnia mas quando abro o terminal do VS Code e tento dar cd server e npm install dá erro
cd : Não é possível localizar o caminho 'D:\Meus documentos\React_JS\atividade_2\server' porque ele não existe.
+ cd server
+ ~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (...) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PS D:\...> npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\Meus documentos\React_JS\atividade_2/package.json
npm ERR! errno -4058
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:...
PS D:\Meus documentos\React_JS\atividade_2> npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\...
npm ERR! errno -4058
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:\...
PS D:\...
cd : Não é possível localizar o caminho 'D:\Meus documentos\React_JS\atividade_2\server' porque ele não existe.
+ cd server
+ ~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\Meus documen...vidade_2\server:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PS D:\...
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\...
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\Meus documentos\React_JS\atividade_2\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:\...
PS D:\Meus documentos\React_JS\atividade_2>