Trouble with create command on Win10

Windows 10 install with latest Node(10.16.3) and Framework7. When I run the ‘framework7 create’ command, I get the version check and then it stops at the ‘√ All good, you have latest framework7-cli version.’ reply. It seems to lock up the DOS window and only allows me to close it.

Any thoughts?

Try running:

framework7 create --skipUpdate

that worked! Thanks!