Skip to content
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

Generate panel blank on Windows OS in latest version #1243

Closed
peterblazejewicz opened this issue Feb 5, 2022 · 3 comments · Fixed by #1244
Closed

Generate panel blank on Windows OS in latest version #1243

peterblazejewicz opened this issue Feb 5, 2022 · 3 comments · Fixed by #1244
Labels
type: bug Something isn't working

Comments

@peterblazejewicz
Copy link
Contributor

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.

image

version 17.4.0 (released yesterday)
Windows OS: 11

@peterblazejewicz peterblazejewicz added the type: bug Something isn't working label Feb 5, 2022
@peterblazejewicz
Copy link
Contributor Author

downgrade to previous version fixes this problem

@Cammisuli
Copy link
Member

Ok ty. I'll take a look asap.

@peterblazejewicz
Copy link
Contributor Author

I've been quickly looking into this. The change with paths resolution using yarn's utils is probably the culprit here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants