nx
nx copied to clipboard
Smart Monorepos · Fast CI
### Current Behavior Hi there, In our Nx plugin, we have a "version" target that points to the dist bundle like so: ```jsonc "version": { "executor": "./dist/packages/semver:version" } ``` In...
### Current Behavior Any nx cli command fails with the following output: Original error: Failed to convert napi `Undefined` into rust type `String` Error: Failed to convert napi `Undefined` into...
### Current Behavior When using `generateLockfile` on the `@nx/next:build` fails with ```sh Original error: Cannot read properties of undefined (reading 'has') TypeError: Cannot read properties of undefined (reading 'has') at...
### Current Behavior after migrating from nx 14.7.5 to to 15.3.3, I started getting this error;  that folder XXX/public/locales/de has project.json, but that `project`...
### Current Behavior I am unable to get component tests working with the "@badeball/cypress-cucumber-preprocessor" plugin. I can get them to work perfectly fine for e2e tests however for component tests...
### Current Behavior Any action which triggers the project graph to be computed, causes an error with nx-vue graph extension plugin ### Expected Behavior Should be able to run without...
### Current Behavior I generated a native storybook for an expo app using the `nx g @nx/react-native:storybook app` command. When I try to start my native expo app I get...
### Current Behavior Running tests in a freshly generated component or app does not work out of the box, error ``` .pnpm/@[email protected]/node_modules/@react-native/polyfills/error-guard.js:14 type ErrorHandler = (error: mixed, isFatal: boolean) =>...
### Current Behavior I'm using `@nx/webpack:webpack` executor with `"generatePackageJson": true`. When I'm building production build of app and deploying it I'm getting following error: ``` Lockfile is up to date,...
Update Nx Conf 2023 - save the date