Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npx create-single-spa fails when creating a angular application/parcel #403

Open
manrot opened this issue Apr 21, 2024 · 3 comments
Open

Comments

@manrot
Copy link

manrot commented Apr 21, 2024

to reproduce:

npx create-single-spa
? Directory for new project .
? Select type to generate single-spa application / parcel
? Which framework do you want to use? angular
? Project name (can use letters, numbers, dash or underscore) test

After this it does nothing

Angular CLI: 17.3.5
Node: 20.12.2
Package Manager: npm 10.5.2
OS: win32 x64

Angular:
...

Package Version

@angular-devkit/architect 0.1703.5 (cli-only)
@angular-devkit/core 17.3.5 (cli-only)
@angular-devkit/schematics 17.3.5 (cli-only)
@schematics/angular 17.3.5 (cli-only)

@valterneveshds
Copy link

I have the same problem here and I can only create React projects. Vue and Angular I can't.
Not sure why but using older NodeJS versions I was able to create a Vue project. When trying to create a React one I got a warning to make some updates. Once I installed the latest NodeJS version I wasn't able to create either Vue or Angular projects. Even downgrading NodeJS I wans't able to create parcels for those two frameworks again.
@manrot, were you able to get any workaround on this?
Thanks

@nickdeakin
Copy link

nickdeakin commented Dec 6, 2024

Getting this issue with Node 22.5.0 and Angular 19.

I've noticed Angular and Vue generators extend yeoman-generator directly, whereas Svelte and React extend PnpmGenerator which then extends yeoman. Perhaps it's not the issue, but it is a notable difference.

I will try with old node versions and see if there is some pattern

@Elonsolmostafa1
Copy link

same issue. can't create angular app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants