-
Below follows a transcript of a session against the new `6.4.0-beta.1` according to instructions provided in #764.
Not sure what went wrong. Not sure where I should have run `ng generate jest-proj…
-
Allow to configure settings across profiles.
One idea we are considering is to allow users to choose between following options while creating a profile:
1. Extend from Default Profile
2. Diverg…
-
## Current Behavior
When attempting to use the `nx-ignore` command with Vercel, I see this error in the build logs: `Error: Cannot find module 'nx/presets/core.json'`
Full error:
```
14:13:0…
-
## Current Behavior
When I try to migrate existing Angular 13 project which has Cypress e2e tests, I see the below error
```
Make sure the testproject.architect.e2e.options.protractorConfig i…
-
## Description
To better handle dependencies management try to use NPM 7 workspaces with the monorepo.
- https://docs.npmjs.com/cli/v7/using-npm/workspaces
- https://dev.to/limal/simplify-y…
-
## Current Behavior
when executing the migration i get the following error
```
Running migration @nrwl/workspace:add-explicit-dep-on-tao
Successfully finished @nrwl/workspace:add-explicit-dep-on…
-
## Current Behavior
Given `workspaces/mypkg/package.json` contains
```
{
scripts:{
test: "node $(yarn bin jest)"
}
}
```
Running `yarn nx test mypkg` yields `MODULE_NOT_FO…
-
### Issue description or question
When running vitest in automatic mode I get `$_$wp is not defined`.
This oinly happens when I set: `threads: false` in my vitest.workspace.ts file
This…
-
## Current Behavior
I cannot start my SSR server in dev environment and I don't know how to solve errors that come up.
## Expected Behavior
I want to be able to add SSR to my project and star…
-
## Current Behavior
Image is not found
## Expected Behavior
Following the instruction on "9. Shared assets library and nx.json - Nx Workspaces Course, by Nrwl" https://www.youtube.com/watch?v…