We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nx.json
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I open the project graph view for, e.g. nextjs-app (nx show project nextjs-app), then at first the inferred tasks show up there nicely.
nextjs-app
nx show project nextjs-app
But if I then go ahead an make some innocent changes to nx.json and hit save, the project graph view reloads, and the inferred tasks are gone.
After shutting down the project graph view (Ctrl+C) and starting it again, the inferred tasks show up again.
After making changes to nx.json, the inferred tasks should still be there after the project graph view has reloaded.
https://github.com/DanielGiljam/nx-nextjs-typecheck-target-missing-repro
pnpm nx show project nextjs-app
{ "plugin": "@nx/js/typescript", - "options": { - "typecheck": { - "targetName": "typecheck" - }, - "build": { - "targetName": "build", - "configName": "tsconfig.lib.json", - "buildDepsName": "build-deps", - "watchDepsName": "watch-deps" - } - } }
Node : 23.11.0 OS : darwin-arm64 Native Target : aarch64-macos pnpm : 10.8.0 nx : 20.7.2 @nx/js : 20.7.2 @nx/jest : 20.7.2 @nx/eslint : 20.7.2 @nx/workspace : 20.7.2 @nx/devkit : 20.7.2 @nx/eslint-plugin : 20.7.2 @nx/module-federation : 20.7.2 @nx/next : 20.7.2 @nx/playwright : 20.7.2 @nx/react : 20.7.2 @nx/web : 20.7.2 @nx/webpack : 20.7.2 typescript : 5.7.3 --------------------------------------- Registered Plugins: @nx/js/typescript @nx/next/plugin @nx/playwright/plugin @nx/eslint/plugin @nx/jest/plugin --------------------------------------- Cache Usage: 0.00 B / 92.64 GB
No response
Tested in an other repos as well which different kinds of apps/libraries. This affects other kinds of apps/libraries as well, not just Next.js apps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
If I open the project graph view for, e.g.
nextjs-app
(nx show project nextjs-app
), then at first the inferred tasks show up there nicely.But if I then go ahead an make some innocent changes to
nx.json
and hit save, the project graph view reloads, and the inferred tasks are gone.After shutting down the project graph view (Ctrl+C) and starting it again, the inferred tasks show up again.
Expected Behavior
After making changes to
nx.json
, the inferred tasks should still be there after the project graph view has reloaded.GitHub Repo
https://github.com/DanielGiljam/nx-nextjs-typecheck-target-missing-repro
Steps to Reproduce
pnpm nx show project nextjs-app
.nx.json
, e.g.Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
Tested in an other repos as well which different kinds of apps/libraries. This affects other kinds of apps/libraries as well, not just Next.js apps.
The text was updated successfully, but these errors were encountered: