You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks for the report. I just wanted to let you know that I've been able to reproduce this and am digging into what could be the root cause... it seems like something is going wrong during the preinstall step.
Current Behavior
Create react standalone app
node version : 18 (using nvm)
I am creating this in D drive of my computer (in C drive its working properly)
npx create-nx-workspace@latest myreactapp --preset=react-standalone --packageManager=yarn
This command results into the following :
NX Failed to create a workspace.
Error: error Command failed with exit code 1.
Expected Behavior
After running command and selecting all the options workspace should be created successfully.
GitHub Repo
No response
Steps to Reproduce
nvm use 18
npx create-nx-workspace@latest myreactapp --preset=react-standalone --packageManager=yarn
Nx Report
NX Failed to create a workspace. Error: error Command failed with exit code 1.
Failure Logs
Package Manager Version
yarn - 1.22.19
Operating System
Additional Information
The text was updated successfully, but these errors were encountered: