Lately i ran into some issues when trying to removing/pruning node_modules (probably) due to the Nx cache/deamon running.
So before any operation on the node_modules such as running npm ci using the generated package.json or removing them for frontend application, i would recommend to run npx nx reset.
Lately i ran into some issues when trying to removing/pruning node_modules (probably) due to the Nx cache/deamon running. So before any operation on the node_modules such as running
npm ci
using the generated package.json or removing them for frontend application, i would recommend to runnpx nx reset
.