goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.09k stars 120 forks source link

unable to install nx-workspace with presets #288

Closed hafnerpw closed 1 month ago

hafnerpw commented 1 month ago

Please provide the environment you discovered this bug in.

windows 11 nodejs v20.13.0 nx-create-workspace v19.0.1 (latest)

Which area/package is the issue in?

Docs

Description

After running npx create-nx-workspace@latest --preset=@analogjs/platform and accepting the interactive cli questions as its written in the [docs ](npx create-nx-workspace@latest --preset=@analogjs/platform) I repeatedly run into an issue at npm install. running the terminal with admin rights doesn't make a diffrence.

image

Please provide the exception or error you saw

NX   Command failed: npm install
 NX   Failed to apply preset: @analogjs/platform

Other information

No response

I would be willing to submit a PR to fix this issue

goetzrobin commented 1 month ago

I haven't tried out version 19 of Nx. We might have to make some adjustments for the latest changes. If you use the last version of 18 instead of @latest does it work?

goetzrobin commented 1 month ago

@hafnerpw please let me know if this is still an issue. I'll close this. If the issue persists please open a ticket in the analogjs repository and I'll check it out