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
Currently if I run npx create-nx-workspace with or without a preset, whether the setup is package-based or integrated, etc. The CLI hangs indefinitely on Creating your workspace.
Expected Behavior
The expected behaviour is for the create-nx-workspace to work on any mainstream operating system.
GitHub Repo
No response
Steps to Reproduce
Run npx create-nx-workspace on MacOS aarm64 Sonoma
Nx Report
N/A - I'm not even able to create a workspace.Please let me know if there's any other way to generate logs for this or if there is a verbose flag.
Failure Logs
No response
Package Manager Version
npm 9.8.0
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
CLI Output:
npx create-nx-workspace
> NX Let's create a new workspace [https://nx.dev/getting-started/intro]
✔ Where would you like to create your workspace? · org
✔ Which stack do you want to use? · none
✔ Package-based monorepo, integrated monorepo, or standalone project? · package-based
✔ Enable distributed caching to make your CI faster · Yes
> NX Creating your v17.2.8 workspace.
To make sure the command works reliably in all environments, and that the preset is applied correctly,
Nx will run "npm install" several times. Please wait.
✔ Installing dependencies with npm
⠧ Creating your workspace in org
The text was updated successfully, but these errors were encountered:
Update: after successfully running npx create-nx-workspace@15.9.2 I noticed the CLI mentioned the following: Directory is already under version control. Skipping initialization of git.
Context: I have git setup for neovim and tmux that rests at ~/ that ignores (via .gitignore) everything except for my neovim and tmux configuration.
After some experimenting I was able to get npx create-nx-workspace@latest to work if I create a folder (in my intended directory) and first git initbefore running nps create-nx-workspace@latest.
My theory is there is something wrong with the CLI's logic when certain commands are executed within a directory that is nested within a git repo with certain .gitignore rules.
Current Behavior
Currently if I run
npx create-nx-workspace
with or without a preset, whether the setup is package-based or integrated, etc. The CLI hangs indefinitely onCreating your workspace
.Expected Behavior
The expected behaviour is for the
create-nx-workspace
to work on any mainstream operating system.GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace
on MacOS aarm64 SonomaNx Report
Failure Logs
No response
Package Manager Version
npm 9.8.0
Operating System
Additional Information
CLI Output:
The text was updated successfully, but these errors were encountered: