nx
nx copied to clipboard
Smart Monorepos · Fast CI
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...
_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._ ##...
- [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`,...
## 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...
## 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...
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...
- [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...
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...
- [ ] 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...
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....