Open g1hanna opened 6 months ago
Any updates on this ?
I encountered the same issue, in my case it was nx migrate
i was trying to run. I could work around that issue by running npx nx migrate
instead.
Can confirm this issue. Adding that its a fresh install after removing Nx entirely. (no migration)
I can confirm the issue as well.
Also just faced that issue...
Current Behavior
Console is throwing the following error when I run an NX command to install packages or run targets:
Additionally, I can confirm that the
@nx/nx-<platform-architecture>
is properly installed and that Node.js is configured and running properly.Expected Behavior
Unless there is a limitation to running Nx on a WSL container, Nx commands should run as expected.
GitHub Repo
No response
Steps to Reproduce
nvm install v18
cd
into the workspace and run thenx add @nx/plugin
commandNx Report
Failure Logs
Package Manager Version
10.5.0
Operating System
Additional Information
Running on an Ubuntu container with the latest version of WSL (Windows 11)