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
However I'd like still to keep this issue open in a hope that someone from nx team can check why daemon in a hook is different from a daemon in a root package and NX_VERSION_CHANGED error occurs
Current Behavior
I mirgrated to a new NX version using
nx migrate latest
including post-install and run-migrations.At same time I'm using following husky hook which just worked perfectly:
So now when I try to commit a change I have some weird error:
If I run nx format:write command separately - it just works. So it does not work from inside the hook.
Unfortunately --verbose flag is useless. nx reset also doesn't not help. Using npx nx also doesn't change anything. Please help!
Expected Behavior
Well nx should work also from git hooks and it should not be impacted by a version change.
I think this check is not working well. Also would be nice even if it's error to have more meaningful explanation
GitHub Repo
No response
Steps to Reproduce
Not sure if you can. But try this.
That's what i did..
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: