Running any NX command on Angular project gives ^[[12;1R error

109 Views Asked by At

I'm trying to run any command on my Monorepo using NX, but all of them have this error on the console and doesn't continue. Actually, it just stays there but doesn't complete or fails. I need to manually abort and stop, it was running for more than 20minutes and nothing happened.

Basically when I run any command like this:

nx run admin:serve:development
nx run admin:build:production

The console has this type of message:

enter image description here

Any idea what could be happening? It started to happen after I upgraded from Angular 16 to Angular 17 and NX from version 17 to 18. I did this using thow process from NX including the migrations to update all packages.

Also, after I start this command my computer becomes really really slow and VsCode takes up almost all ram usage.

Any ideas?

0

There are 0 best solutions below