Denis Bendrikov
Denis Bendrikov
I think that removing a `node_modules` folder is: * time-consuming * counter-productive (my understanding is: npm heavily relies on a `package-lock.json` while installing, so removing `node_modules` brings to us very...
You can try ```ts tap((todo) => this.todosStore.add(todo, { loading: true })), ```
Looks like the space in `.join('\n ')` became redundant over time and might be removed in order to fix the issue: https://github.com/nrwl/nx/blob/22ef42a475f14fdc8734a9d21f73d42f05f1f28e/packages/nx/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.ts#L405-L412
I was experiencing the same while trying to remove the protractor (an optional peer for @angular-devkit/build-angular). Unfortunately I haven't found any other solution except tinkering with package-lock.json
I think that all folks who used to write a dead simple unit tests for class-based guards with dependencies (and passing them via constructor) will not be happy that now...
> This issue has been labeled as stale due to inactivity. Reply to keep this issue open. still relevant to me
It looks like for now, we have only 2 options: - keep in sync `.gitignore` and `.prettierignore` - downgrade extension to v10.0.0 (since this is the only version of the...
it was fixed on `make-dir` side, run `npm audit fix` or try to reinstall `less`
This one is tricky, b/c the command is perfectly fine but it doesn't work as expected if npm@7 or 8 is used https://github.com/npm/cli/issues/3210 Consider the situation when you migrate from...
Hey @MaxKless ! JSON Schema error is gone  but the documentation is still missing  where I'd expected it to work the same way as in other files, like...