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

When running a node application using `nx serve`, the `process.env()` always refers to the root directory as opposed to the application directory. As a result, it's not able to locate...

type: feature
scope: node

_NOTE: This occurs when the cypress.json is moved to the root directory so as to share settings across applications and then it uses .env files to override specific settings._ ##...

type: bug
scope: testing tools

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Currently, all the other generator (that I'm aware of) specify a project name as `project` or `projectName`,...

type: feature
scope: storybook

## Current Behavior Migrating to nx latest version bumps @storybook/addon-postcss to ~6.5.9 which does not exist. The latest package version available is still 2.0.0. ## Expected Behavior Migrate to the...

type: bug
scope: storybook

## Current Behavior It is not possible to use Angular builder from workspace local nx-plugin: * Defining builder (without `"cli": "nx"`) fails with `Cannot find module '@builder-repro/nx-plugin/package.json'` * Using executor...

type: bug
scope: plugins

As a wise man once said "There are two things difficult in software programming, naming, cache invalidation, and count by 0 errors". ## Description We currently use Nx to cache...

type: feature
scope: core

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Allow `nx affected` to only execute targets on a subset of projects. ## Motivation Let's say you...

type: feature
scope: core

i use the steps for react **[native applications](https://nx.dev/guides/react-native)** and try to use axios to make the petitions on my localhost server and always throws error connections and i using the...

type: bug
scope: react-native

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description run `deploy` target for all affected projects who are tag with either `app` or `service` ```shell...

type: feature
scope: core

After updating my monorepo from v13 to Nx v14.5.1 and Angular v14.1.0, I had these errors in the console when trying to run the serve command for an MFE app....

type: bug
blocked: retry with latest
scope: angular