nx
nx copied to clipboard
Smart Monorepos · Fast CI
## 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...
## 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....
## 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...
Adds personas to the docs intro
### Documentation issue - [ ] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a specific...
 ## 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...
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...
## 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...
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...