-
### Current Behavior
When running the executor ```@nrwl/storybook:storybook``` with the following config it fails.
```
{
"name": "web-components",
"$schema": "../../node_modules/nx/schemas/…
-
After using NX, I have a few suggestions for medium-large projects adopting NX. Collectively, they will solve the following issues: #1169, #1777, #602 and probably some others as well.
# `Affected`…
-
I upgraded today to version 9.1.0 and all angular icons disappeared.
HTML, SCSS, Folders, .spec.ts icons are appearing normally.
vscode 1.36.1
MacOS Mojave 10.14.5
-
I started plugin development with Nx and end-to-end tests do not work out-of-the box.
There were two hurdles to jump over:
- Wrong package name
- Nx daemon
I will provide a solution/work-aro…
-
## Current Behavior
Creating a new nx workspace with a nest app using the latest version of create-nx-workspace results in an application producing a fatal error when running `nx serve ...`.
Note …
-
## Current Behavior
**Note**: upgrading to Webpack 5 triggered this issue for us, but I don't believe it's related to Webpack 5 itself. I think it's due to the upgrade causing packages to be installe…
-
**Is your feature request related to a problem? Please describe.**
Visual Studio and Visual Studio Code both handle .NET workspaces better when a solution file (.sln) is present. While they recognize…
-
## Current Behavior
When registering a local project graph plugin in nx.json we now get an error in 14.8.2 when we try to run any tasks:
```json
"plugins": [
"./tools/project-graph-plu…
-
## Current Behavior
When adding `@nrwl/cypress` and generating a new e2e project, it does not add cypress itself to the dependencies.
## Expected Behavior
When using `@nrwl/cypress`…
-
## Current Behavior
I've created a basic repo using nextjs preset. I've added Tailwind according to the recipe and now I want to add a custom Tailwind plugin. When I add said plugin (which I crea…