Using version 5.0.7, it appears to not be possible to create Angular and Vue apps.
I am honestly not sure what the reason behind this could be. Whether the CLI tool clashes with something else I have installed or not, I am not sure. There's no error shown or anything, it just exits after I type in my organization name.
Creating svelte and react apps is possible, however (though, the react one ends up with a bunch of errors which I believe I saw were reported as an issue already).
arman@DESKTOP-SR94ETS MINGW64 /d/Development
$ create-single-spa
? Directory for new project vue
? Select type to generate single-spa application / parcel
? Which framework do you want to use? vue
? Organization name (can use letters, numbers, dash or underscore) org
arman@DESKTOP-SR94ETS MINGW64 /d/Development
$


In case it matters for whatever reason and if it wasn't obvious, I am running it on Windows 10.
Using version
5.0.7, it appears to not be possible to create Angular and Vue apps.I am honestly not sure what the reason behind this could be. Whether the CLI tool clashes with something else I have installed or not, I am not sure. There's no error shown or anything, it just exits after I type in my organization name.
Creating
svelteandreactapps is possible, however (though, thereactone ends up with a bunch of errors which I believe I saw were reported as an issue already).In case it matters for whatever reason and if it wasn't obvious, I am running it on Windows 10.