-
## Current Behavior
I have a nx workspace with `nx CLI`. The workspace has angular projects and when I'm migrating it to the latest nx 11, it bumps the dependencies but the migration scripts fail and…
-
I have a "parent" app which is a base library that we use in other apps. We recently moved all the dependancies into the parent package.json, and removed them all from the children apps keeping only …
-
## Current Behavior
When running any nx `affected` or `run-many --all` command the globbing for projects is too wide on v15+ (which deprecated the workspace.json). It currently pulls in everything th…
-
## Current Behavior
The command `nx migrate --run-migrations=migrations.json` is giving me the error:
```bash
Could not find any tsconfig file. Cannot add the "@Injectable" decorator to providers…
-
I am setting up ngx-deploy-npm on an existing library project. We have been just using `npm publish` to publish the library to a custom repository (Sonatype Nexus). I installed ngx-deploy-npm via `n…
-
### Current Behavior
when running angular material + cdk migrations on angular non-buildable libraries are skipped.
This issue is detailed well by [luchsamapparat](https://github.com/luchsamappa…
-
I don't seem to see this exact issue here, but I create my angular project, then run
`ng g app dashboard --routing -p=app --style=scss --d`
I get the following prompts
```
? In which directo…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest version **`nx --version => 9.2.2`**
- [X] I checked the documentatio…
-
### Please provide the environment you discovered this bug in.
```
>yarn --version
3.3.1
```
The create analog produced package.json
```
{
"name": "math-blog",
"version": "0.0.0",
"p…
-
## Current Behavior
Creating a new workspace with npm preset doesn't analyze dependencies so the dependency graph is always "flat" no matter how apps/libraries import each other.
Apparently,…