Olá pessoal, precisava de um help
Não procede com o npm install, já refiz várias vezes coloquei o npm init, e ele cria um novo arquivo package lock json
npm install npm ERR! syscall open npm ERR! path C:\Users\jlorentino\Downloads\typescript-curso-1-arquivos-iniciais (1)/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\jlorentino\Downloads\typescript-curso-1-arquivos-iniciais (1)\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\jlorentino\AppData\Local\npm-cache_logs\2023-06-26T13_31_30_012Z-debug-0.log
depois que faço npm init o npm install funciona e refaço novamente o npm install
up to date, audited 1 package in 137ms
found 0 vulnerabilities
depois npm run server, e não procede.
npm run server npm ERR! Missing script: "server" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\jlorentino\AppData\Local\npm-cache_logs\2023-06-26T13_44_00_830Z-debug-0.log