-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
ENOTDIR: not a directory, stat 'workspace.json/node_modules' #1198
Comments
I believe the issue is at one of these locations it has the path to
nx-console/apps/vscode/src/main.ts Line 93 in 630ac6e
|
now this one is a thinker.. There's only two places that set the workspace path that's stored in the Workspace configuration: nx-console/apps/vscode/src/main.ts Line 198 in 630ac6e
and nx-console/apps/vscode/src/main.ts Line 228 in 630ac6e
The function that did call this was changed recently, but it still only sets the directory instead of the json file. Do you have a repo that I can look at to reproduce this somehow? |
potentially fixed with #1199 where it will release as 17.13.2 |
This occurs on any Nx repo, including this one, at least for me.
I cloned the repo and built from |
I suspected it was that commit. Thanks for your help! |
Please check out 17.13.2 and let me know if that doesn't work. If I don't get a rely back, then I can sleep at night 😅 |
Ay, it's working again! Thank you very much! |
When attempting to run the
nx.generate
command from the command palette the following error message is thrown.macOS 12.0.1
vscode 1.63.1
nx-console 17.13.1
Error does not occur on 17.12.4
The text was updated successfully, but these errors were encountered: