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
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
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
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
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)
The text was updated successfully, but these errors were encountered: