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
I just read the getting started page and tried out the command for using the typescript template but it just ended up creating a project using the base template.
This command from the getting started page just creates a project with the base template:
Seems I can repro reliably on NPM 6, though. I think something changed with npm init between major versions. We should probably change the docs so that it can hopefully work with all NPM cersions.
I just read the getting started page and tried out the command for using the typescript template but it just ended up creating a project using the base template.
This command from the getting started page just creates a project with the base template:
Instead of that, this works, without the double dashes prior to the options:
I'm using node v14.19.0 and npm 6.14.16 and my shell is zsh 5.8 (x86_64-apple-darwin21.0)
The text was updated successfully, but these errors were encountered: