[SOLVED] Installation issue, f7-cli 3.0.1

Привет!
When running “framework7 create” terminal is freezing - no errors, exit command doesn`t work.
Also, tried:
npm install -g framework7-cli --unsafe-perm=true --allow-root
framework7 create --ui --port 8080

Stats:
npm: 6.11.3
node 10.16.0
framework7-cli: 3.0.1

Screenshot:

Need help with installation (focused on vue version). Thanks!

+1 same here, framework7 create --ui, still waiting browser to open

1 Like

found solution, flag --skipUpdate:
f7 create --ui --port 8080 --skipUpdate

1 Like