single-spa / create-single-spa

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

The cli does not work in nodejs version 16.14.2 #354

Open eolamisan opened 2 years ago

eolamisan commented 2 years ago

Describe the bug or question The cli does not work in nodejs version 16.14.2

To Reproduce PS C:\source\repos\project\ui> create-single-spa ? Directory for new project account ? 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) account npm ERR! Unexpected token '.'

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\XXX\AppData\Local\npm-cache_logs\2022-04-22T21_54_41_221Z-debug-0.log

Expected behavior The project is created.

Screenshots and/or console output image

Additional context Note: The cli does work in nodejs version 16.13.1 image