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
Nx Console create a 'nx.win32-x64-msvc.node' file in every project and locks it. makes impossible to delete node_modules, update / install with yarn or npm.
Expected Behavior
dont create locked file - dont create any files in non nx projects!
GitHub Repo
No response
Steps to Reproduce
open any project with an jebrains ide (with NxConsole installed) that have a node_modules folder
The daemon is locking the file when nx is starting up, probably because you have nx somewhere in your dependency chain. Maybe angular-eslint?
We're working on a fix as specified in the linked issue.
For now you can run npx nx daemon --stop before deleting node_modules
Current Behavior
Nx Console create a 'nx.win32-x64-msvc.node' file in every project and locks it. makes impossible to delete node_modules, update / install with yarn or npm.
Expected Behavior
dont create locked file - dont create any files in non nx projects!
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
yarn 1.22.21
Operating System
Additional Information
occur in nx based projects and non nx projects
The text was updated successfully, but these errors were encountered: