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

## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #

## Current Behavior In previous versions of Nx, I was able to execute commands via `nx affected` or `nx run` which would pass along any "unknown" arguments to the underlying...

type: bug

## Current Behavior Since migrated to the latest version `^14.7.5`, I can't build a Node project anymore. ## Expected Behavior The Node project should build with a custom webpack config....

type: bug

## Current Behavior @nrwl/js:tsc with bundler=none generates package.json with main referencing index.cjs (instead of index.js as before) The file generated is index.js, so users of the library can't find the...

type: bug

Adds personas to the docs intro

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

type: docs

![2022-09-20_16-09-07 (1)](https://user-images.githubusercontent.com/189506/191355001-48394b29-304c-4607-ab11-5d462bf8d4b3.gif) ## Current Behavior 1. run `pnpm nx graph` 2. console says: `Project graph started at http://127.0.0.1:4211` 3. browser pops up, brief flash of blue, then page says: `This...

type: bug
scope: misc

I upgraded our workspace to latest NX version (13.7.1). However, I am getting following error with NX Daemon server **> NX Nx Daemon was not able to compute the project...

type: bug
blocked: more info needed
scope: core

## Current Behavior We have created a local module in nx libs folder, we import two elements from this lib in one of our test file. When we run the...

type: bug

Port of nrwl/nx-labs#120 As of Expo SDK 46, `expo-cli` is deprecated and can be removed in favor of `@expo/cli` which is bundled in the `expo` installation now. ## Current Behavior...