nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior A lib that has the same starting name as another library forces an infinite loop when checking for secondary entry points ## Expected Behavior We're checking all...
Add the ability to turn off prettier, specifically in generators. Currently, prettier is installed automatically with npm 7/8, which there is no way to completely turn it off. ## Description...
## Current Behavior Trailing comma when using component generator with `style` set to `none` and `changeDetection` set causing compilation error. ## Expected Behavior No trailing comma when using component generator...
Fixes # This PR fixes the spelling mistakes that I found on this page https://nx.dev/guides/react-native.
## Current Behavior Random `nx` crash in our Github CI during a build ## Expected Behavior `nx` can build our projects without failing ## Steps to Reproduce I guess new...
### Discussed in https://github.com/nrwl/nx/discussions/6275 Originally posted by **salzhrani** July 6, 2021 The documentation explains how deploy a single app. Also, it recommends agains changing the root folder. how can we...
## Current Behavior Cannot lint in a fresh monorepo without complaints about 'dotenv'. If I install `dotenv` globally, then it complains about more and more packages that need to be...
It adds information for the upcoming workshop on nx.dev.
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
## Current Behavior Migration fails when upgrading from nx 14.1.7 to 14.4.2 In particular, migrations "add-swc-deps" and "add-swc-deps-again" return error `Cannot find module './typescript/compilation'` Regardless I tried to start any...