single-spa / create-single-spa

https://single-spa.js.org/docs/create-single-spa
Other
127 stars 60 forks source link

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

Open manrot opened 2 months ago

manrot commented 2 months ago

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 commented 1 week ago

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