V7 setting up problem

Hi guys,

I have a working V6 project and now would like to move to version 7. Instead of upgrade I’ll go for a new fresh project using V7, however this is where the troubles starting.

When running framework7 create --ui I’ll get the message X Update available, so I’ll run the update using npm install -g framework7-cli The installation lists a few warnings, so I run npm audit fix --force then things looks good, so I’m trying to launch the UI once again, but faces the same message “X Update is available”.

Please see message pic below. Also picture of the global node_modules library

img02

I’m lost. Anyone having a clue ?

Hello, try adding –skipUpdate, i.e. run framework7 create --ui --skipUpdate

That worked, Great !