We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No command that uses panel works on Windows os. It looks there is a problem with path resolution, failing on Windws os:
file:\c:\somedir\some-workspace\node_modules\@nrwl\angular\src\generators\library\schema.json does not exist
The path seems to be wrong (root is wrong, should be just c:). The file exists at this location ofc.
version 17.4.0 (released yesterday) Windows OS: 11
The text was updated successfully, but these errors were encountered:
downgrade to previous version fixes this problem
Sorry, something went wrong.
Ok ty. I'll take a look asap.
I've been quickly looking into this. The change with paths resolution using yarn's utils is probably the culprit here.
file:\\
Successfully merging a pull request may close this issue.
No command that uses panel works on Windows os.
It looks there is a problem with path resolution, failing on Windws os:
The path seems to be wrong (root is wrong, should be just c:). The file exists at this location ofc.
version 17.4.0 (released yesterday)
Windows OS: 11
The text was updated successfully, but these errors were encountered: