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
When switching to a branch with yarn.lock changes, NX does not recomputes the graph automatically. After running yarn install I need to manually nx reset in order to get a correct graph and use remote cache.
Expected Behavior
When switching to a branch with yarn.lock changes, NX does recomputes the graph automatically and it is watching for any change in node_modules.
GitHub Repo
No response
Steps to Reproduce
Switch to a different branch with changes in dependencies
Try to get targets from remote cache [no cache]
install dependencies and try again [ no cache ]
run nx reset
Try again running from cache [ remote cache found ]
Nx Report
NX 19.7.2
Failure Logs
No response
Package Manager Version
No response
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
Current Behavior
When switching to a branch with yarn.lock changes, NX does not recomputes the graph automatically. After running
yarn install
I need to manuallynx reset
in order to get a correct graph and use remote cache.Expected Behavior
When switching to a branch with yarn.lock changes, NX does recomputes the graph automatically and it is watching for any change in node_modules.
GitHub Repo
No response
Steps to Reproduce
nx reset
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: