nx icon indicating copy to clipboard operation
nx copied to clipboard

Smart Monorepos · Fast CI

Results 1196 nx issues
Sort by recently updated
recently updated
newest added
trafficstars

### Documentation issue - [ ] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a specific...

type: docs

### Steps to reproduce: 1: Create a angular:library without a module ``` nx generate @nrwl/angular:library test --buildable --compilationMode=partial --importPath=@testorg/test --prefix=test --publishable --skipModule --standaloneConfig ``` 2: Generate some library-secondary-entry-point ``` nx...

type: bug
scope: storybook

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Since private artifactory hosts a few of the internal plugins that organizations typically use for NX, it...

type: feature
scope: core

## Current Behavior When having multiple levels of dependencies it's possible for tasks to run earlier than they are allowed to. ## Expected Behavior If a task `dependsOn` another task,...

type: bug

## Current Behavior If there is a default target configuration with `params: 'forward'` and a different target which doesn't have that option you can end up with tasks which do...

I am trying to load the images from shared assets library in to stories i created with libraries in Nx workspace. I have made necessary changes for that. but images...

type: bug
blocked: more info needed
scope: angular

## Current Behavior No colour output from Jest tests with the new Nx CLI formatting when running in GitLab. Example command: ``` nx run-many --target=test --all --parallel=1 ``` The message:...

type: bug
blocked: repro needed
scope: testing tools

## Current Behavior I am getting to following error when I run the test. I have confirmed that I have all the dependency installed. ```sh > NX Jest: Failed to...

type: bug
scope: testing tools

## Current Behavior When I run `yarn nx format`, it fails from an error where it removes paths that contain more than one dollar sign in the path. This doesn't...

type: bug
scope: misc

## Current Behavior Path references in the `tsconfig.base.json` file do not support nested references or wildcards. This is due the current logic stripping the references and overwriting them with the...