Open jsancho opened 8 months ago
i seems fine on macos with version 19.0.4. I will try again on windows.
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! 🙏
Current Behavior
OS: Windows 11 / Ubuntu 20.04.4 LTS pnpm: 8.15.4
Using this command
pnpx create-nx-workspace pnpm-nrwl --preset=react-native --appName=mobile --nxCloud=skip
I eventually get aFailed to create a workspace error
.When looking at the error log, this is the command that fails
NX Command failed: pnpm add -D @nx/detox@18.0.8
I've opened the workspace folder and attempted to install the dependency manually, but it fails with the following error
This issue happens on both Windows 11 and Ubuntu 20.04.4 LTS when using the latest version of pnpm
8.15.4
The workspace creation works as expected when using npm.Expected Behavior
The create-nx-workspace should complete when using it with
pnpx
so that pnpm can be used as package manager.GitHub Repo
No response
Steps to Reproduce
pnpx create-nx-workspace pnpm-nrwl --preset=react-native --appName=mobile --nxCloud=skip
pnpm add -D @nx/detox@18.0.8
Nx Report
Failure Logs
Package Manager Version
pnpm 8.15.4
Operating System
Additional Information
No response