You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx nx g @nx/eslint:convert-to-inferred --project portal-app
Throws:
The nx plugin did not find a project inside packages/portal-app. File an issue at https://github.com/nrwl/nx with information about your project structure.
Expected Behavior
Should ether migrate the project or throw a error that tells me why is did not find the project or a direction to investigate where the error is coming from.
NX The nx plugin did not find a project inside packages/portal-app. File an issue at https://github.com/nrwl/nx with information about your project structure.
Error: The nx plugin did not find a project inside packages/portal-app. File an issue at https://github.com/nrwl/nx with information about your project structure.
at ExecutorToPluginMigrator._ExecutorToPluginMigrator_getCreatedTargetForProjectRoot (C:\Users\christopher.holder\Projects\app-speed\node_modules\@nx\devkit\src\generators\plugin-migrations\executor-to-plugin-migrator.js:219:15)
at ExecutorToPluginMigrator._ExecutorToPluginMigrator_migrateTarget (C:\Users\christopher.holder\Projects\app-speed\node_modules\@nx\devkit\src\generators\plugin-migrations\executor-to-plugin-migrator.js:64:143)
at ExecutorToPluginMigrator.run (C:\Users\christopher.holder\Projects\app-speed\node_modules\@nx\devkit\src\generators\plugin-migrations\executor-to-plugin-migrator.js:44:137)
at async migrateExecutorToPlugin (C:\Users\christopher.holder\Projects\app-speed\node_modules\@nx\devkit\src\generators\plugin-migrations\executor-to-plugin-migrator.js:256:12)
at async convertToInferred (C:\Users\christopher.holder\Projects\app-speed\node_modules\@nx\eslint\src\generators\convert-to-inferred\convert-to-inferred.js:11:36)
at async C:\Users\christopher.holder\Projects\app-speed\node_modules\nx\src\command-line\generate\generate.js:241:26
at async handleErrors (C:\Users\christopher.holder\Projects\app-speed\node_modules\nx\src\utils\params.js:9:24)
at async Object.handler (C:\Users\christopher.holder\Projects\app-speed\node_modules\nx\src\command-line\generate\command-object.js:13:22)
Current Behavior
Running:
npx nx g @nx/eslint:convert-to-inferred --project portal-app
Throws:
Expected Behavior
Should ether migrate the project or throw a error that tells me why is did not find the project or a direction to investigate where the error is coming from.
GitHub Repo
https://github.com/ChristopherPHolder/app-speed
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
Read these docs but did not find any relevant info:
https://nx.dev/troubleshooting/convert-to-inferred
The text was updated successfully, but these errors were encountered: