-
### Current Behavior
NX fails to generate new workspaces.
## Command
```
(base) $ pnpm create create-nx-workspace@latest
.pnpm/store/v3/tmp/dlx-89764 | +67 +++++++
.pnpm/store/v3/…
-
Not sure why, but if I create a blank workspace and add a sveltekit app it makes me install angular schematics as a workspace dependency before working, but after that it's ok...
> NX Generating …
-
- [x] Customizable `workspaces`
- [x] Simplified JSON configuration file and checks usage (`commonality.json`)
- [ ] Application view in Commonality Studio
- [ ] Customizable package detection for …
-
npm workspaces? (I forget why I opted for lerna, maybe more relevant examples?)
nx? https://github.com/nrwl/nx/
-
- yarn -> pnpm workspaces
- refactor ts config then: rollup -> tsup to build remix
- add Nx
- test out Nx cloud
-
### Current Behavior
In my project, I use the enforce-module-boundaries plugin to standardize the code。
The node version is 18.20.3, npm version is 10.7.0。
Other third-party package versions are …
-
- [x] CI Setup
- [x] Split into files
- [x] Add Cargo support
- [x] Add support for glob patterns
- [x] Add NX support (this is not an alternative to [nx-console](https://github.com/nrwl/nx-cons…
-
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md))
## Description
Nx plugins must be written in CJS
## Motivat…
-
Currently in the CI build we are failing due to the following error in the yarn install step of core-web. Re-run of the build will usually resolve the issue. This may be a memory or resource issue …
-
**Describe the bug:**
`apps` and `libs` folder icons disappeared for both `nx` and `ng cli` workspaces
**Steps to reproduce:**
1. Generate workspace
`ng new ng-workspace --minimal --defaults`
`…