#nest keeps watching files and gets stuck
1 messages · Page 1 of 1 (latest)
1 of the first things you do when things turn into a dumpster fire, already tried
Have you tried loading every module in chunks?
Like just load the app module by itself and then adding other modules one by one?
things is, even git reverting to a working commit didn't work
Please run the command npx -y @nestjs/cli info and paste the output in a code block. This will help us determine if there is a version issue in your packages and which version of nest we are triaging.
[System Information]
OS Version : Linux 5.10
NodeJS Version : v18.10.0
NPM Version : 10.3.0
[Nest CLI]
Nest CLI Version : 10.1.17
[Nest Platform Information]
platform-express version : 10.2.4
mapped-types version : 2.0.3
serve-static version : 4.0.0
schematics version : 10.0.2
swagger version : 7.1.16
testing version : 10.2.4
common version : 10.2.4
config version : 3.0.1
core version : 10.2.4
cqrs version : 10.2.5
cli version : 10.1.17
was thinking to send it earlier but forgot the command 😅
try upgrading the @nestjs/cli to the latset version (v10.3.2)
ran the npm i -g @nestjs/cli still remains at the same version
install it locally
I'd suggest you to avoid the global one
always use the CLI per project
so, use npx nest ...
what do you mean ...
sorry my brain is mush 
i cant think propperly anymore today i need a hint 😭
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
nope
that's for windows only, usually
oh
10.3.2
no clue what it is then
if you manage to share a reproduction so we can try ourselves, it would be great
running out of time i have to go
might as well reboot the project and scavage the old code