ReadAlongs / Studio-Web

Suite of web packages for creating interactive ReadAlongs (this repo was formerly called Web-Component)
https://readalong-studio.mothertongues.org/
Other
9 stars 9 forks source link

Some `npx nx cmd package` are broken on Windows. #289

Closed joanise closed 3 months ago

joanise commented 3 months ago

Since we bumped to ng 17 and nx 18, I cannot run npx nx test:once web-component on Windows anymore, to give just one among many failing examples. My work-around has been to use npx nx run-many --targets=test:once --projects=web-component but it's annoying to type that long form for just one command.

I thought the problem could be related to our security stack, but I can reproduce it on my personal computer, so it's not.

This may be related to https://github.com/nrwl/nx/issues/21779 and might be fix in nx 18.3.3, so I'll test bumping it.