-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
for such cases when i run control flow migration
```
…
-
### Current Behavior
Creating a new custom lint rule with `@nx/eslint:workspace-rule` will not affect any project and thus `affected:lint` will not lint any project, also after adding the rule to the…
ghost updated
3 months ago
-
## Motivation ("The Why")
Often an npm script is part of a more complicated pipeline, tools such as grunt + gulp have been created to help manage some of this pipeline. A repo may have multiple ste…
-
### Current Behavior
getting error
../../node_modules/react-native/index.js:14:7:
14 │ import typeof AccessibilityInfo from './Libraries/Components/AccessibilityInfo/AccessibilityInfo';
…
-
### Describe the bug
error when building storybook angular with zonejs 0.14.0
ModuleNotFoundError: Module not found: Error: Package path ./dist/zone is not exported from package /Users/tally/yoobi…
-
### What minimal example or steps are needed to reproduce the bug?
1. create a custom plugin..
2. log the value of context.fix
3. create 2 issues in your css/scss file
4. disable one issue usin…
-
### Current Behavior
In my setup i am using nuxt with layers. All layer got a project.json, but are not part of my yarn workspaces. When moving the root package.json to a `type: module` my cypress …
-
### Describe the bug
2 tests are failing on the 2.0 branch after running `pnpm bootstrap`.
- `pnpm bootstrap` modifies the lock file.
- After that I try running `pnpm lint` and `pnpm test` -> bo…
-
### Current Behavior
When I run:
`npx nx run myproject:serve`
I get the error message:
```
> NX An error occured while creating pruned lockfile
Please open an issue at `https://githu…
-
## Introduction
Most projects in this workspace define in their `project.json` tasks to lint and/or format their codebase.
Recommend read:
- [What's the difference between code linters and form…