nx-ignore
Advanced tools
Comparing version 18.3.1 to 18.3.2
{ | ||
"name": "nx-ignore", | ||
"version": "18.3.1", | ||
"version": "18.3.2", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -48,3 +48,3 @@ # nx-ignore | ||
If you run into the `Failed to process project graph` error, it means that some of the packages are missing. To debug what packages are missing, run `npx nx-ignore@latest <app> --verbose --slim-install` locally, and you should see and error with the missing package. You can also run `npx nx show projects` to debug any missing packages, after running the `npx nx-ignore` command. | ||
If you run into the `Failed to process project graph` error, it means that some of the packages are missing. To debug what packages are missing, run `npx nx-ignore@latest <app> --verbose --slim-install` locally, and you should see an error with the missing package. You can also run `npx nx show projects` to debug any missing packages, after running the `npx nx-ignore` command. | ||
@@ -51,0 +51,0 @@ Use the `--additional-packages` option to install the missing packages as detected above. For example, |
@@ -208,3 +208,3 @@ #!/usr/bin/env node | ||
/^nx$/, | ||
/@nx\/eslint-plugin/, | ||
/@nx\//, | ||
/^typescript$/, | ||
@@ -211,0 +211,0 @@ /@typescript-eslint\//, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38193